Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndUpdateAlias C# (CSharp) 메소드

EndUpdateAlias() 공개 메소드

Finishes the asynchronous execution of the UpdateAlias operation.
public EndUpdateAlias ( IAsyncResult asyncResult ) : UpdateAliasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAlias.
리턴 UpdateAliasResponse
        public  UpdateAliasResponse EndUpdateAlias(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateAliasResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient