Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Caching.LockProvider Property

A locking data provider for locks shared among all instances of a site.

Class: YetaWF.Core.IO.Caching
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public static ILockProvider LockProvider { get; set; }

Remarks

If locking for a single instance only is required even in a multi-instance site, simply use the C# lock statement instead.

See Also YetaWF.Core.IO.Caching ClassYetaWF.Core Overview