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