Register a lock

Namespace: Contracts
Assembly: Contracts (in Contracts.dll)

Sub RegisterLock( _ 
ByVal type As EntityType, _ 
ByVal id As EntityID, _ 
ByVal is_exclusive As Boolean
)
This language is not supported or no code example is available.
void RegisterLock( 
EntityType type
EntityID id
bool is_exclusive 
)
This language is not supported or no code example is available.
 
void RegisterLock( 
EntityType type
EntityID^ id
bool is_exclusive 
)
This language is not supported or no code example is available.
function RegisterLock( 
type : EntityType
id : EntityID
is_exclusive : boolean 
);
This language is not supported or no code example is available.

Parameters

type
Type: EntityType

the type of entity

id
Type: EntityID

the entityid to lock

is_exclusive
Type: bool

whether or not it is an exclusive lock

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1