| ProcessRoutingContextCreateContext Method |
Creates a new ProcessRoutingContext and set it as current.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static IDisposable CreateContext(
IDataObject process,
int transitionId
)
Parameters
- process
- Type: Omada.OE.Model.PublicIDataObject
Process being routed. - transitionId
- Type: SystemInt32
Transition being activated.
Return Value
Type:
IDisposable
See Also