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

EndDeleteTrust() public method

Finishes the asynchronous execution of the DeleteTrust operation.
public EndDeleteTrust ( IAsyncResult asyncResult ) : DeleteTrustResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTrust.
return Amazon.DirectoryService.Model.DeleteTrustResponse
        public  DeleteTrustResponse EndDeleteTrust(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteTrustResponse>(asyncResult);
        }
AmazonDirectoryServiceClient