Object used for thread synchronization.

Namespace: MonoSoftware.Core.Mail
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
protected static readonly Object padLock
Visual Basic
Protected Shared ReadOnly padLock As Object
Visual C++
protected:
static initonly Object^ padLock
F#
static val padLock: Object

Field Value

Type: Object

See Also