AsyncCausalityTracer.TraceSynchronousWorkCompletion Method

Definition

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.

work
CausalitySynchronousWork

Indicates the type of completion.

Applies to

See also