Microsoft.Activities.Extensions |
WorkflowApplicationIdleEventArgsDiagnostics..::..Trace Method |
WorkflowApplicationIdleEventArgsDiagnostics Class See Also Send Feedback |
The trace extension method allows you to get a formatted trace of the bookmarks and count.
Namespace: Microsoft.Activities.Extensions.Diagnostics
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public static void Trace( this WorkflowApplicationIdleEventArgs workflowApplicationIdleEventArgs ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub Trace ( _ workflowApplicationIdleEventArgs As WorkflowApplicationIdleEventArgs _ ) |
Visual C++ |
---|
public: [ExtensionAttribute] static void Trace( WorkflowApplicationIdleEventArgs^ workflowApplicationIdleEventArgs ) |
Parameters
- workflowApplicationIdleEventArgs
- Type: System.Activities..::..WorkflowApplicationIdleEventArgs
The idle event argument passed by the workflow runtime to your delegate