IEntityLocks.RegisterLock Method
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.
Parameters
- type
- EntityType
the type of entity
- id
- EntityID
the entityid to lock
- is_exclusive
- bool
whether or not it is an exclusive lock