LockingPersistenceProvider.EndUnlock(IAsyncResult) Method

Definition

Ends the asynchronous operation to unlock an instance in the persistence store.

public:
 abstract void EndUnlock(IAsyncResult ^ result);
public abstract void EndUnlock (IAsyncResult result);
abstract member EndUnlock : IAsyncResult -> unit
Public MustOverride Sub EndUnlock (result As IAsyncResult)

Parameters

result
IAsyncResult

The result returned by the unlock operation.

Applies to