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

EndPutMethod() 공개 메소드

Finishes the asynchronous execution of the PutMethod operation.
public EndPutMethod ( IAsyncResult asyncResult ) : PutMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutMethod.
리턴 Amazon.APIGateway.Model.PutMethodResponse
        public  PutMethodResponse EndPutMethod(IAsyncResult asyncResult)
        {
            return EndInvoke<PutMethodResponse>(asyncResult);
        }
AmazonAPIGatewayClient