| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Session Dim value As Integer instance.StatusCheckInterval = value value = instance.StatusCheckInterval | |
| C# | |
|---|---|
public int StatusCheckInterval {get; set;} | |
This interval in ms determines how frequently the status is read from the UA server.
If set to 0 then this feature is disabled. the default is 5000 ms.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x