SecurityTokenService.FederatedAsyncState.Result 属性
定义
获取与异步调用关联的 IAsyncResult。Gets 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。An IAsyncResult that represents the status of the asynchronous call.