Amazon.APIGateway.AmazonAPIGatewayClient.EndCreateDeployment C# (CSharp) Method

EndCreateDeployment() public method

Finishes the asynchronous execution of the CreateDeployment operation.
public EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeployment.
return Amazon.APIGateway.Model.CreateDeploymentResponse
        public  CreateDeploymentResponse EndCreateDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDeploymentResponse>(asyncResult);
        }
AmazonAPIGatewayClient