Creates a new workflow interlock of the specified type.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public T NewWorkflowInterlock<T>()
where T : BCWorkflowInterlock
Visual Basic
Public Function NewWorkflowInterlock(Of T As BCWorkflowInterlock) As T
Visual C++
public:
generic<typename T>
where T : BCWorkflowInterlock
T NewWorkflowInterlock()

Type Parameters

T
The type of the interlock to create.

Return Value

The created workflow interlock.

See Also