Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.ILockObject Interface

The object returned by the ILockProvider.LockResourceAsync method implements this interface. It is used to unlock a locked resource.

Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public interface ILockObject;

Methods

PublicUnlockAsyncUnlocks the resource that was locked by the call to ILockProvider.LockResourceAsync, which returned the ILockObject interface.

See Also YetaWF.Core Overview