UploadValuesCompletedEventArgs クラス

定義

UploadValuesCompleted イベントのデータを提供します。

public ref class UploadValuesCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class UploadValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type UploadValuesCompletedEventArgs = class
    inherit AsyncCompletedEventArgs
Public Class UploadValuesCompletedEventArgs
Inherits AsyncCompletedEventArgs
継承
UploadValuesCompletedEventArgs

注釈

このクラスのインスタンスは に UploadValuesCompletedEventHandler渡されます。

プロパティ

Cancelled

非同期操作がキャンセルされたかどうかを示す値を取得します。

(継承元 AsyncCompletedEventArgs)
Error

非同期操作中に発生したエラーを示す値を取得します。

(継承元 AsyncCompletedEventArgs)
Result

UploadValuesAsync メソッドを呼び出すことによって開始されたデータ アップロード操作へのサーバー応答を取得します。

UserState

非同期タスクの一意の識別子を取得します。

(継承元 AsyncCompletedEventArgs)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
RaiseExceptionIfNecessary()

非同期操作が失敗した場合は、ユーザー指定の例外を発生させます。

(継承元 AsyncCompletedEventArgs)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象