← Back to carmenta.com
Carmenta Engine SDK Documentation
×

HttpDataSet.ServiceMonitorInterval Property

Starts a background thread that monitors the web service for changes.

Thread safety: This property is not thread-safe. Show

Syntax

C#
public System.Int32 ServiceMonitorInterval { get; set; }

Property Value

Type: System.Int32
Default: 0
The number of seconds the monitor thread sleeps between two checks. If zero the service will not be monitored.

Remarks

When this property is set to a value greater than zero a background thread that continuously looks for changes in the web service will be started. The thread will be terminated when the HttpDataSet instance is destroyed.

When any change is detected, the HttpDataSet instance will fire a ServiceChanged event.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept