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

ConfirmPublicVirtualInterfaceAsync() public method

Initiates the asynchronous execution of the ConfirmPublicVirtualInterface operation.
public ConfirmPublicVirtualInterfaceAsync ( ConfirmPublicVirtualInterfaceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceRequest Container for the necessary parameters to execute the ConfirmPublicVirtualInterface operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ConfirmPublicVirtualInterfaceResponse> ConfirmPublicVirtualInterfaceAsync(ConfirmPublicVirtualInterfaceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ConfirmPublicVirtualInterfaceRequestMarshaller();
            var unmarshaller = ConfirmPublicVirtualInterfaceResponseUnmarshaller.Instance;

            return InvokeAsync<ConfirmPublicVirtualInterfaceRequest,ConfirmPublicVirtualInterfaceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDirectConnectClient