LockingPersistenceProvider.Unlock(TimeSpan) Method

Definition

Unlocks the instance whose ID is specified when constructing the LockingPersistenceProvider object in the persistence store.

public:
 abstract void Unlock(TimeSpan timeout);
public abstract void Unlock (TimeSpan timeout);
abstract member Unlock : TimeSpan -> unit
Public MustOverride Sub Unlock (timeout As TimeSpan)

Parameters

timeout
TimeSpan

The time period after which the persistence provider aborts the operation.

Applies to