LockCollection.Remove Method

SecureTeam Copy Protection

LockCollection.Remove

Removes a Lock from the collection.

Syntax

Public Sub Remove( _
   ByVal l As Lock _
)
public void Remove(
   Lock l
);

Parameters

l
The lock to be removed from the LockCollection object.

See Also

LockCollection Class | AgileDotNet.Licensing Namespace