Amazon.APIGateway.AmazonAPIGatewayClient.EndCreateStage C# (CSharp) Méthode

EndCreateStage() public méthode

Finishes the asynchronous execution of the CreateStage operation.
public EndCreateStage ( IAsyncResult asyncResult ) : CreateStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStage.
Résultat Amazon.APIGateway.Model.CreateStageResponse
        public  CreateStageResponse EndCreateStage(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateStageResponse>(asyncResult);
        }
AmazonAPIGatewayClient