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

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

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