Amazon.APIGateway.AmazonAPIGatewayClient.EndCreateModel C# (CSharp) 메소드

EndCreateModel() 공개 메소드

Finishes the asynchronous execution of the CreateModel operation.
public EndCreateModel ( IAsyncResult asyncResult ) : CreateModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateModel.
리턴 Amazon.APIGateway.Model.CreateModelResponse
        public  CreateModelResponse EndCreateModel(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateModelResponse>(asyncResult);
        }
AmazonAPIGatewayClient