Amazon.DirectoryService.AmazonDirectoryServiceClient.EndCreateTrust C# (CSharp) 메소드

EndCreateTrust() 공개 메소드

Finishes the asynchronous execution of the CreateTrust operation.
public EndCreateTrust ( IAsyncResult asyncResult ) : CreateTrustResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTrust.
리턴 Amazon.DirectoryService.Model.CreateTrustResponse
        public  CreateTrustResponse EndCreateTrust(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateTrustResponse>(asyncResult);
        }
AmazonDirectoryServiceClient