次の方法で共有


AuthenticationOperation.AsyncResult プロパティ

BeginCore から返された非同期結果を取得します。

名前空間: System.ServiceModel.DomainServices.Client.ApplicationServices
アセンブリ: System.ServiceModel.DomainServices.Client (system.servicemodel.domainservices.client.dll 内)

使用方法

'使用
Dim value As IAsyncResult

value = Me.AsyncResult

構文

'宣言
Protected ReadOnly Property AsyncResult As IAsyncResult
protected IAsyncResult AsyncResult { get; }
protected:
property IAsyncResult^ AsyncResult {
    IAsyncResult^ get ();
}
/** @property */
protected IAsyncResult get_AsyncResult ()
protected function get AsyncResult () : IAsyncResult

プロパティ値

BeginCore から返された非同期結果。

解説

BeginCore が呼び出されない場合、このプロパティは、null の可能性があります。

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

AuthenticationOperation クラス
AuthenticationOperation のメンバー
System.ServiceModel.DomainServices.Client.ApplicationServices 名前空間