TechTalk Genome v4.2

PessimisticLockArgs Constructor

Initializes a new PessimisticLockArgs instance with the specified timeout value, and will create an overtake request, with the given reference data.

Overload List

Initializes a new PessimisticLockArgs instance with the specified timeout value.

public PessimisticLockArgs(int);

Initializes a new PessimisticLockArgs instance with the specified timeout value.

public PessimisticLockArgs(int,bool);

Initializes a new PessimisticLockArgs instance with the specified timeout value, and will create an overtake request, with the given reference data.

public PessimisticLockArgs(int,ClientLockData);

Initializes a new PessimisticLockArgs instance with the specified timeout value, and will create an overtake request, with the given reference data.

public PessimisticLockArgs(int,ClientLockData,bool);

See Also

PessimisticLockArgs Class | TechTalk.Genome.Locking Namespace | Timeout