Amazon.DirectoryService.AmazonDirectoryServiceClient.EndEnableSso C# (CSharp) Метод

EndEnableSso() публичный Метод

Finishes the asynchronous execution of the EnableSso operation.
public EndEnableSso ( IAsyncResult asyncResult ) : EnableSsoResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableSso.
Результат EnableSsoResponse
        public  EnableSsoResponse EndEnableSso(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableSsoResponse>(asyncResult);
        }
AmazonDirectoryServiceClient