AsyncCausalityTracer.TraceSynchronousWorkCompletion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the most recently created synchronous work item running on the thread that the TraceSynchronousWorkCompletion method is called on has completed.
public:
static void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel, CausalitySource source, CausalitySynchronousWork work);
static void TraceSynchronousWorkCompletion(CausalityTraceLevel const& traceLevel, CausalitySource const& source, CausalitySynchronousWork const& work);
public static void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel, CausalitySource source, CausalitySynchronousWork work);
function traceSynchronousWorkCompletion(traceLevel, source, work)
Public Shared Sub TraceSynchronousWorkCompletion (traceLevel As CausalityTraceLevel, source As CausalitySource, work As CausalitySynchronousWork)
Parameters
- traceLevel
- CausalityTraceLevel
The trace level.
- source
- CausalitySource
The trace source.
Indicates the type of completion.