Amazon.APIGateway.AmazonAPIGatewayClient.EndUpdateMethod C# (CSharp) Метод

EndUpdateMethod() публичный Метод

Finishes the asynchronous execution of the UpdateMethod operation.
public EndUpdateMethod ( IAsyncResult asyncResult ) : UpdateMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMethod.
Результат Amazon.APIGateway.Model.UpdateMethodResponse
        public  UpdateMethodResponse EndUpdateMethod(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateMethodResponse>(asyncResult);
        }
AmazonAPIGatewayClient