TraceSourceScope(Object) Constructeur

Définition

Exécute un push de l’État sur le LogicalOperationStack en appelant 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)

Paramètres

state
Object

État.

S’applique à