Amazon.DirectConnect.AmazonDirectConnectClient.EndAllocatePrivateVirtualInterface C# (CSharp) 메소드

EndAllocatePrivateVirtualInterface() 공개 메소드

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