Transport TryAcquire Method NFX Class Library

[This is preliminary documentation and is subject to change.]

A thread-safe operation that tries to acquire(reserve) this instance for exclusive use. Returns true if acqusition succeded, false is this instance is reserved by someone else

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool TryAcquire()

Return Value

Type: OnlineBoolean
See Also