Amazon.DirectConnect.AmazonDirectConnectClient.EndAllocatePrivateVirtualInterface C# (CSharp) Method

EndAllocatePrivateVirtualInterface() public method

Finishes the asynchronous execution of the AllocatePrivateVirtualInterface operation.
public EndAllocatePrivateVirtualInterface ( IAsyncResult asyncResult ) : AllocatePrivateVirtualInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocatePrivateVirtualInterface.
return AllocatePrivateVirtualInterfaceResponse
        public  AllocatePrivateVirtualInterfaceResponse EndAllocatePrivateVirtualInterface(IAsyncResult asyncResult)
        {
            return EndInvoke<AllocatePrivateVirtualInterfaceResponse>(asyncResult);
        }
AmazonDirectConnectClient