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

EndAllocatePublicVirtualInterface() public method

Finishes the asynchronous execution of the AllocatePublicVirtualInterface operation.
public EndAllocatePublicVirtualInterface ( IAsyncResult asyncResult ) : AllocatePublicVirtualInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocatePublicVirtualInterface.
return AllocatePublicVirtualInterfaceResponse
        public  AllocatePublicVirtualInterfaceResponse EndAllocatePublicVirtualInterface(IAsyncResult asyncResult)
        {
            return EndInvoke<AllocatePublicVirtualInterfaceResponse>(asyncResult);
        }
AmazonDirectConnectClient