Amazon.Redshift.AmazonRedshiftClient.DescribeEventCategoriesAsync C# (CSharp) Метод

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

Displays a list of event categories for all event source types, or for a specified source type. For a list of the event categories and source types, go to Amazon Redshift Event Notifications.
public DescribeEventCategoriesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeEventCategoriesResponse> DescribeEventCategoriesAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeEventCategoriesAsync(new DescribeEventCategoriesRequest(), cancellationToken);
        }

Same methods

AmazonRedshiftClient::DescribeEventCategoriesAsync ( DescribeEventCategoriesRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonRedshiftClient