Amazon.CloudHSM.AmazonCloudHSMClient.ListLunaClientsAsync C# (CSharp) Метод

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

Lists all of the clients.

This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListLunaClients to retrieve the next set of items.

/// Indicates that an internal error occurred. /// /// Indicates that an exception occurred in the AWS CloudHSM service. /// /// Indicates that one or more of the request parameters are not valid. ///
public ListLunaClientsAsync ( 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<ListLunaClientsResponse> ListLunaClientsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var request = new ListLunaClientsRequest();
            return ListLunaClientsAsync(request, cancellationToken);
        }

Same methods

AmazonCloudHSMClient::ListLunaClientsAsync ( Amazon.CloudHSM.Model.ListLunaClientsRequest request, System cancellationToken = default(CancellationToken) ) : Task