ILogger.BeginScope<TState>(TState) Method
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.
Begins a logical operation scope.
public:
generic <typename TState>
IDisposable ^ BeginScope(TState state);
public IDisposable? BeginScope<TState> (TState state);
abstract member BeginScope : 'State -> IDisposable
Public Function BeginScope(Of TState) (state As TState) As IDisposable
- TState
The type of the state to begin scope for.
- state
- TState
The identifier for the scope.
An IDisposable that ends the logical operation scope on dispose.
Produkt | Verzie |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: