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

RefreshSchemasAsync() public method

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

            return InvokeAsync<RefreshSchemasRequest,RefreshSchemasResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDatabaseMigrationServiceClient