NetworkSemaphoreOpen Method |
Opens a network semaphore file.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool Open()
Public Overridable Function Open As Boolean
public:
virtual bool Open()
Return Value
Type:
BooleanReturns true if the network semaphore file was opened and locked successfully. If it is not successful, check the
LastError property for details.
See Also