Click or drag to resize
LockHelper Methods

The LockHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnsureT(T, Object)
Ensures the value of the given variable in a locked context to prevent multiple loads. Uses the loadMethod to populate the value
Public methodStatic memberEnsureT(T, FuncT, Object)
Ensures the value of the given variable in a locked context to prevent multiple loads. Uses the loadMethod to populate the value
Public methodStatic memberEnter
Acquires an exclusive lock on the given lock object
Public methodStatic memberExecuteOnce
Ensures that the given action is executed only once if raised from multiple threads to prevent contention. Returns true, if current thread executed the action, otherwise returns false
Public methodStatic memberExecuteOnceAcrossAppDomains
Ensures that the given action is executed only once at a time across all application domains using Mutex
Public methodStatic memberExecuteOnceInLifetime
Ensures that the given action is executed only once
Public methodStatic memberExit
Releases an exclusive lock using the given lock object
Public methodStatic memberGetLockObject
Gets the object for lock.
Public methodStatic memberTryEnter
Attempts to acquire an exclusive lock on the given object
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also