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

适用于