TraceSourceScope(Object) Constructor
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.
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.