Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.AdminListDevicesAsync C# (CSharp) Method

AdminListDevicesAsync() public method

Initiates the asynchronous execution of the AdminListDevices operation.
public AdminListDevicesAsync ( AdminListDevicesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CognitoIdentityProvider.Model.AdminListDevicesRequest Container for the necessary parameters to execute the AdminListDevices operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<AdminListDevicesResponse> AdminListDevicesAsync(AdminListDevicesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new AdminListDevicesRequestMarshaller();
            var unmarshaller = AdminListDevicesResponseUnmarshaller.Instance;

            return InvokeAsync<AdminListDevicesRequest,AdminListDevicesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCognitoIdentityProviderClient