Amazon.KeyManagementService.AmazonKeyManagementServiceClient.BeginUpdateAlias C# (CSharp) Метод

BeginUpdateAlias() публичный Метод

Initiates the asynchronous execution of the UpdateAlias operation.
public BeginUpdateAlias ( UpdateAliasRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KeyManagementService.Model.UpdateAliasRequest Container for the necessary parameters to execute the UpdateAlias operation on AmazonKeyManagementServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginUpdateAlias(UpdateAliasRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UpdateAliasRequestMarshaller();
            var unmarshaller = UpdateAliasResponseUnmarshaller.Instance;

            return BeginInvoke<UpdateAliasRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonKeyManagementServiceClient