Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.BeginUpdateDocument C# (CSharp) Method

BeginUpdateDocument() public method

Initiates the asynchronous execution of the UpdateDocument operation.
public BeginUpdateDocument ( UpdateDocumentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.UpdateDocumentRequest Container for the necessary parameters to execute the UpdateDocument operation on AmazonSimpleSystemsManagementClient.
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.
return IAsyncResult
        public IAsyncResult BeginUpdateDocument(UpdateDocumentRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UpdateDocumentRequestMarshaller();
            var unmarshaller = UpdateDocumentResponseUnmarshaller.Instance;

            return BeginInvoke<UpdateDocumentRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonSimpleSystemsManagementClient