Note: This API is now obsolete.
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
[ObsoleteAttribute("Only to be used for test. See note in WorkflowHost.cs")] public static void TraceWarning( AsyncCodeActivityContext context, string format, params Object[] arg )
Parameters
- context
- Type: System.ActivitiesAsyncCodeActivityContext
The context. - format
- Type: SystemString
The format. - arg
- Type: SystemObject
The argument.
See Also