NetworkSemaphoreValidationThreadInterval Property |
Gets or sets how frequently, in seconds, the validation thread checks that the network session is still valid.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int ValidationThreadInterval { get; set; }
Public Property ValidationThreadInterval As Integer
Get
Set
public:
property int ValidationThreadInterval {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also