Traces the specified context in the workflow log as warning.
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 void TraceWarning( CodeActivityContext context, string format, params Object[] arg )
Parameters
- context
- Type: System.ActivitiesCodeActivityContext
The context. - format
- Type: SystemString
The format. - arg
- Type: SystemObject
The argument.
See Also