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

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

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