LegacyOrleansLogger.BeginScope<TState>(TState) 方法

定义

开始逻辑操作范围。

public IDisposable BeginScope<TState>(TState state);
abstract member BeginScope : 'State -> IDisposable
override this.BeginScope : 'State -> IDisposable
Public Function BeginScope(Of TState) (state As TState) As IDisposable

类型参数

TState

参数

state
TState

返回

实现

适用于