次の方法で共有


OperationResponse クラス

定義

実行時間の長い操作に対する応答

public class OperationResponse
type OperationResponse = class
Public Class OperationResponse
継承
OperationResponse

コンストラクター

OperationResponse()

OperationResponse クラスの新しいインスタンスを初期化します。

OperationResponse(String, Nullable<DateTime>, DataShareErrorInfo, Nullable<DateTime>)

OperationResponse クラスの新しいインスタンスを初期化します。

プロパティ

EndTime

開始時刻を取得または設定します

Error

状態が失敗した場合のエラー プロパティを取得または設定します。

StartTime

開始時刻を取得または設定します

Status

実行時間の長い操作の操作状態を取得または設定します。 指定できる値は、'Accepted'、'InProgress'、'TransientFailure'、'Succeeded'、'Failed'、'Canceled' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象