Amazon.DirectoryService.AmazonDirectoryServiceClient.EndCreateAlias C# (CSharp) Méthode

EndCreateAlias() public méthode

Finishes the asynchronous execution of the CreateAlias operation.
public EndCreateAlias ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.CreateAliasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAlias.
Résultat Amazon.DirectoryService.Model.CreateAliasResponse
        public  CreateAliasResponse EndCreateAlias(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateAliasResponse>(asyncResult);
        }
AmazonDirectoryServiceClient