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[]