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

EndCreateNetworkInterface() public method

Finishes the asynchronous execution of the CreateNetworkInterface operation.
public EndCreateNetworkInterface ( IAsyncResult asyncResult ) : CreateNetworkInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNetworkInterface.
return CreateNetworkInterfaceResponse
        public  CreateNetworkInterfaceResponse EndCreateNetworkInterface(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateNetworkInterfaceResponse>(asyncResult);
        }
AmazonEC2Client