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

EndAttachInternetGateway() public méthode

Finishes the asynchronous execution of the AttachInternetGateway operation.
public EndAttachInternetGateway ( IAsyncResult asyncResult ) : AttachInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachInternetGateway.
Résultat AttachInternetGatewayResponse
        public  AttachInternetGatewayResponse EndAttachInternetGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachInternetGatewayResponse>(asyncResult);
        }
AmazonEC2Client