Sproc.Lock

Sproc.Lock Namespace

ModuleDescription
Fun

A mostly functional discriminated union based API for use from F#

Sproc.Lock.OO Namespace

TypeDescription
LockProvider

Class representing a single lock server. connString is a complete SQL Server connection string, including credentials.

LockRequestErrorException

Exception thrown by LockProvider if a lock request errors on SQL Server. LockErrorCode is the SQL error response.

LockUnavailableException

Exception thrown by LockProvider if none of the specified locks are available.

Fork me on GitHub