Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.TestConnectionAsync C# (CSharp) Method

TestConnectionAsync() public method

Initiates the asynchronous execution of the TestConnection operation.
public TestConnectionAsync ( TestConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request TestConnectionRequest Container for the necessary parameters to execute the TestConnection operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<TestConnectionResponse> TestConnectionAsync(TestConnectionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new TestConnectionRequestMarshaller();
            var unmarshaller = TestConnectionResponseUnmarshaller.Instance;

            return InvokeAsync<TestConnectionRequest,TestConnectionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDatabaseMigrationServiceClient