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

EndCreatePublicVirtualInterface() 공개 메소드

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