TraceSourceScope(Object) Constructor

Definition

Pushes state onto the LogicalOperationStack by calling StartLogicalOperation(Object).

public:
 TraceSourceScope(System::Object ^ state);
public TraceSourceScope (object state);
new Microsoft.Extensions.Logging.TraceSource.TraceSourceScope : obj -> Microsoft.Extensions.Logging.TraceSource.TraceSourceScope
Public Sub New (state As Object)

Parameters

state
Object

The state.

Applies to