バージョン

RequestCompletedEventArgs<T> コンストラクタ

RequestCompletedEventArgs<T> クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal result As T, _
   ByVal exception As System.Exception, _
   ByVal cancelled As System.Boolean, _
   ByVal userState As System.Object _
)
public RequestCompletedEventArgs<T>( 
   T result,
   System.Exception exception,
   System.bool cancelled,
   System.object userState
)

パラメータ

result
結果。
exception
例外。
cancelled
true に設定されている場合、[キャンセルされました]。
userState
ユーザーの状態。
参照

オンラインで表示: GitHub