Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.DeleteServerCatalogAsync C# (CSharp) Метод

DeleteServerCatalogAsync() публичный Метод

Initiates the asynchronous execution of the DeleteServerCatalog operation.
public DeleteServerCatalogAsync ( DeleteServerCatalogRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteServerCatalogRequest Container for the necessary parameters to execute the DeleteServerCatalog operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteServerCatalogResponse> DeleteServerCatalogAsync(DeleteServerCatalogRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteServerCatalogRequestMarshaller();
            var unmarshaller = DeleteServerCatalogResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteServerCatalogRequest,DeleteServerCatalogResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }