BCProjectDefinitionNewWorkflowInterlockT Method |
Creates a new workflow interlock of the specified type.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public T NewWorkflowInterlock<T>()
where T : BCWorkflowInterlock
Public Function NewWorkflowInterlock(Of T As BCWorkflowInterlock) As T
Type Parameters
- T
- The type of the interlock to create.
Return Value
Type:
TThe created workflow interlock.
See Also