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

EndDeleteDeployment() 공개 메소드

Finishes the asynchronous execution of the DeleteDeployment operation.
public EndDeleteDeployment ( IAsyncResult asyncResult ) : DeleteDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDeployment.
리턴 DeleteDeploymentResponse
        public  DeleteDeploymentResponse EndDeleteDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDeploymentResponse>(asyncResult);
        }
AmazonAPIGatewayClient