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

AdminForgetDeviceAsync() public method

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

            return InvokeAsync<AdminForgetDeviceRequest,AdminForgetDeviceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCognitoIdentityProviderClient