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

EndDeleteStage() public method

Finishes the asynchronous execution of the DeleteStage operation.
public EndDeleteStage ( IAsyncResult asyncResult ) : DeleteStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStage.
return DeleteStageResponse
        public  DeleteStageResponse EndDeleteStage(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteStageResponse>(asyncResult);
        }
AmazonAPIGatewayClient