SecurityTokenService.FederatedAsyncState.Result Property

Definition

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

Property Value

An IAsyncResult that represents the status of the asynchronous call.

Applies to