StatisticName 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
StatisticName(String) | |
StatisticName(StatisticNameFormat, Object[]) |
StatisticName(String)
public StatisticName (string name);
new Orleans.Runtime.StatisticName : string -> Orleans.Runtime.StatisticName
Public Sub New (name As String)
參數
- name
- String
適用於
StatisticName(StatisticNameFormat, Object[])
public StatisticName (Orleans.Runtime.StatisticNameFormat nameFormat, params object[] args);
new Orleans.Runtime.StatisticName : Orleans.Runtime.StatisticNameFormat * obj[] -> Orleans.Runtime.StatisticName
Public Sub New (nameFormat As StatisticNameFormat, ParamArray args As Object())
參數
- nameFormat
- StatisticNameFormat
- args
- Object[]