CreateContactCompletedEventArgs クラス

定義

CreateContactCompleted イベントが発生したときに、コールバック メソッドに修飾情報を提供します。

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

プロパティ

名前 説明
Cancelled

非同期操作が取り消されたかどうかを示す値を取得します。

(継承元 AsyncCompletedEventArgs)
Error

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

(継承元 AsyncCompletedEventArgs)
PeerContact

イベントが発生した PeerContact を取得します。

UserState

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

(継承元 AsyncCompletedEventArgs)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
RaiseExceptionIfNecessary()

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

(継承元 AsyncCompletedEventArgs)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください