Table of Contents

Class PollingControlToken

Namespace
AWS.Messaging.Configuration
Assembly
AWS.Messaging.dll

Control token to start and stop message polling for a service.

public class PollingControlToken
Inheritance
PollingControlToken

Properties

PollingWaitTime

Configurable amount of time to wait between polling for a change in status

public TimeSpan PollingWaitTime { get; init; }

Property Value

TimeSpan

Methods

StartPolling()

Start polling of the SQS Queue.

public void StartPolling()

StopPolling()

Stop polling of the SQS Queue.

public void StopPolling()