Method TryLockProcessing
TryLockProcessing()
Try to lock the mutex that ensure no processing is done between lock/unlock, returns true if the mutex has been locked, false if it was already locked
Declaration
public bool TryLockProcessing()
Returns
Type | Description |
---|---|
bool |