NetworkSemaphoreCleanupThreadInterval Property |
Gets or sets how frequently, in seconds, the cleanup thread tries to delete each semaphore file. The default is 10 seconds.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int CleanupThreadInterval { get; set; }
Public Property CleanupThreadInterval As Integer
Get
Set
public:
property int CleanupThreadInterval {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also