Validates whether the dispatcher is able to send, based on its configuration
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_22.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_22.1.0.0.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
public static ValidationResult ValidDispatcherConfiguration( ActivityContext context, string dispatcherId, List<CustomParameter> parameters )
Parameters
- context
- Type: System.ActivitiesActivityContext
ActivityContext - dispatcherId
- Type: SystemString
DispatcherId - parameters
- Type: System.Collections.GenericListCustomParameter
Custom parameters
Return Value
Type: ValidationResultValidationsResult indicating whether dispatcher can send, and any error messages
See Also