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

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

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