共用方式為


IManagementGrain.SetAppLogLevel(SiloAddress[], Int32) 方法

定義

設定應用程式細微性的目前記錄層級。

public System.Threading.Tasks.Task SetAppLogLevel (Orleans.Runtime.SiloAddress[] hostsIds, int traceLevel);
abstract member SetAppLogLevel : Orleans.Runtime.SiloAddress[] * int -> System.Threading.Tasks.Task
Public Function SetAppLogLevel (hostsIds As SiloAddress(), traceLevel As Integer) As Task

參數

hostsIds
SiloAddress[]

此命令要傳送到的定址接收器清單。

traceLevel
Int32

要使用的新記錄層級。

傳回

此作業的完成承諾。

適用於