Amazon.EC2.AmazonEC2Client.EndAttachNetworkInterface C# (CSharp) Method

EndAttachNetworkInterface() public method

Finishes the asynchronous execution of the AttachNetworkInterface operation.
public EndAttachNetworkInterface ( IAsyncResult asyncResult ) : AttachNetworkInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachNetworkInterface.
return AttachNetworkInterfaceResponse
        public  AttachNetworkInterfaceResponse EndAttachNetworkInterface(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachNetworkInterfaceResponse>(asyncResult);
        }
AmazonEC2Client