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

EndCreateStage() public method

Finishes the asynchronous execution of the CreateStage operation.
public EndCreateStage ( IAsyncResult asyncResult ) : CreateStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStage.
return Amazon.APIGateway.Model.CreateStageResponse
        public  CreateStageResponse EndCreateStage(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateStageResponse>(asyncResult);
        }
AmazonAPIGatewayClient