Amazon.EC2.AmazonEC2Client.EndDetachInternetGateway C# (CSharp) Méthode

EndDetachInternetGateway() public méthode

Finishes the asynchronous execution of the DetachInternetGateway operation.
public EndDetachInternetGateway ( IAsyncResult asyncResult ) : DetachInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachInternetGateway.
Résultat DetachInternetGatewayResponse
        public  DetachInternetGatewayResponse EndDetachInternetGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DetachInternetGatewayResponse>(asyncResult);
        }
AmazonEC2Client