Gets all error managers based on configuration name
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static IEnumerable<WzpErrorManager> GetErrorManagers( ODataService ctx, string configurationName )
Parameters
- ctx
- Type: ODataService
ODataService - configurationName
- Type: SystemString
ConfigurationName
Return Value
Type: IEnumerableWzpErrorManagerList of error managers, ordered by ErrorHandlerPriority
See Also