Creates a new instance of the LockoutGate class with default values. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As New LockoutGate

Syntax

Visual Basic
Public Sub New
C#
public LockoutGate ()
C++
public:
LockoutGate ()
J#
public LockoutGate ()
JScript
public function LockoutGate ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also