Amazon.APIGateway.AmazonAPIGatewayClient.BeginCreateDocumentationPart C# (CSharp) Метод

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

Initiates the asynchronous execution of the CreateDocumentationPart operation.
public BeginCreateDocumentationPart ( CreateDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateDocumentationPartRequest Container for the necessary parameters to execute the CreateDocumentationPart operation on AmazonAPIGatewayClient.
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 BeginCreateDocumentationPart(CreateDocumentationPartRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateDocumentationPartRequestMarshaller();
            var unmarshaller = CreateDocumentationPartResponseUnmarshaller.Instance;

            return BeginInvoke<CreateDocumentationPartRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonAPIGatewayClient