BCProjectDefinitionNewWorkflowInterlock Method (WorkflowInterlockKind) | 
 Note: This API is now obsolete.
            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[ObsoleteAttribute("This method might be removed from future versions. Use the overloaded "NewWorkflowInterlock" method.")]
public BCWorkflowInterlock NewWorkflowInterlock(
	WorkflowInterlockKind type
)<ObsoleteAttribute("This method might be removed from future versions. Use the overloaded "NewWorkflowInterlock" method.")>
Public Function NewWorkflowInterlock ( 
	type As WorkflowInterlockKind
) As BCWorkflowInterlockParameters
- type
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockKind
The type of the interlock to create. 
Return Value
Type: 
BCWorkflowInterlockThe created workflow interlock.
Remarks
See Also