AgileDotNetLicense.GetLocks<T> Method

SecureTeam Copy Protection

AgileDotNetLicense.GetLocks<T>

Gets a lock of a given type.

Syntax

Public Sub GetLocks(Of T As Lock)()
public T[] GetLocks<T>()
where T : Lock;

Return Value

The first occurence of a lock.

Remarks

Returns a lock of type , in case more than one lock exists the first occurrence is returned.

See Also

AgileDotNetLicense Class | AgileDotNet.Licensing Namespace