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

EndCreatePublicVirtualInterface() public method

Finishes the asynchronous execution of the CreatePublicVirtualInterface operation.
public EndCreatePublicVirtualInterface ( IAsyncResult asyncResult ) : CreatePublicVirtualInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePublicVirtualInterface.
return CreatePublicVirtualInterfaceResponse
        public  CreatePublicVirtualInterfaceResponse EndCreatePublicVirtualInterface(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePublicVirtualInterfaceResponse>(asyncResult);
        }
AmazonDirectConnectClient