Amazon.DirectoryService.AmazonDirectoryServiceClient.EndDisableSso C# (CSharp) Method

EndDisableSso() public method

Finishes the asynchronous execution of the DisableSso operation.
public EndDisableSso ( IAsyncResult asyncResult ) : DisableSsoResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableSso.
return DisableSsoResponse
        public  DisableSsoResponse EndDisableSso(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableSsoResponse>(asyncResult);
        }
AmazonDirectoryServiceClient