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입니다.

적용 대상