Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndCreateAlias C# (CSharp) Method

EndCreateAlias() public method

Finishes the asynchronous execution of the CreateAlias operation.
public EndCreateAlias ( IAsyncResult asyncResult ) : CreateAliasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAlias.
return CreateAliasResponse
        public  CreateAliasResponse EndCreateAlias(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateAliasResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient