SecurityTokenService.FederatedAsyncState.Result 属性

定义

获取与异步调用关联的 IAsyncResultGets the IAsyncResult associated with the asynchronous call.

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

属性值

IAsyncResult

一个表示异步调用状态的 IAsyncResultAn IAsyncResult that represents the status of the asynchronous call.

适用于