MetalamaAPI documentationFlashtrace APIFlashtrace.​ActivitiesLog­Activity<TActivity­Description>Suspend
Open sandboxFocus

LogActivity<TActivityDescription>.Suspend Method

Suspend()

Suspends the current async activity. The activity must than be resumed by a call of the Resume() method. There is typically no need to invoke this method in user code because all async methods that use the FlashtraceLevelSource class are automatically instrumented.

Declaration
public void Suspend()
Implements
ILogActivity.Suspend()

Suspend(in CallerInfo)

Declaration
public void Suspend(in CallerInfo callerInfo)
Parameters
Type Name Description
CallerInfo callerInfo