SecurityTokenService.FederatedAsyncState.Result プロパティ

定義

非同期呼び出しに関連付けられている IAsyncResult を取得します。

public:
 property IAsyncResult ^ Result { IAsyncResult ^ get(); };
public IAsyncResult Result { get; }
member this.Result : IAsyncResult
Public ReadOnly Property Result As IAsyncResult

プロパティ値

非同期呼び出しの状態を表す IAsyncResult

適用対象