ReceiverOptions Class

Options for the receiver from Azure App Configuration.

Definition

Namespace: MobileTrack.Receiver.Models
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
internal sealed class ReceiverOptions
Inheritance
Object    ReceiverOptions

Constructors

ReceiverOptionsInitializes a new instance of the ReceiverOptions class

Properties

ConnectionCleanupIntervalInMinutes Interval between runs of the ConnectionCleanupService.
DeviceTimeoutInMinutes After how many minutes a device is considered inactive and its connection should be disposed of.
Port Entry port of the application.
TcpTimeout Timeout of a TCP connection, in milliseconds.

See Also