Amazon.APIGateway.AmazonAPIGatewayClient.EndDeleteMethodResponse C# (CSharp) 메소드

EndDeleteMethodResponse() 공개 메소드

Finishes the asynchronous execution of the DeleteMethodResponse operation.
public EndDeleteMethodResponse ( IAsyncResult asyncResult ) : DeleteMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMethodResponse.
리턴 DeleteMethodResponseResponse
        public  DeleteMethodResponseResponse EndDeleteMethodResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteMethodResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient