IAdgObject interface.Unlock Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Unlocks the ADG object with the specified share type.
void Unlock(ShareTypes ShareType)
Unlocks the ADG object with the specified share type.
Remarks
This method is used to remove a lock of the specified type from the ADG object. The ShareType parameter specifies the type of lock to remove, which can be read, write, or other types of locks. This can be useful for managing concurrent access to the object.
void Unlock(ShareTypes ShareType)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| ShareTypes | ShareType | The type of lock to remove. |