Cluster.DataGrid.UnLock()

Signature

void UnLock(String key, boolean localOnly)

Domain

ACTION

Description

UnLocks the object represented by the key within a rule session.

Parameters

NameTypeDescription
keyStringA key that uniquely identifies a lock
localOnlybooleantrue if the lock is local to the local session, false if the lock is cluster wide

Returns

TypeDescription
void

Cautions

none