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