Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.ListUserPoolClientsAsync C# (CSharp) 메소드

ListUserPoolClientsAsync() 공개 메소드

Initiates the asynchronous execution of the ListUserPoolClients operation.
public ListUserPoolClientsAsync ( ListUserPoolClientsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CognitoIdentityProvider.Model.ListUserPoolClientsRequest Container for the necessary parameters to execute the ListUserPoolClients operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<ListUserPoolClientsResponse> ListUserPoolClientsAsync(ListUserPoolClientsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListUserPoolClientsRequestMarshaller();
            var unmarshaller = ListUserPoolClientsResponseUnmarshaller.Instance;

            return InvokeAsync<ListUserPoolClientsRequest,ListUserPoolClientsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCognitoIdentityProviderClient