StatisticName Constructors
Definition
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.
Overloads
StatisticName(String) | |
StatisticName(StatisticNameFormat, Object[]) |
StatisticName(String)
- Source:
- StatisticNames.cs
public StatisticName (string name);
new Orleans.Runtime.StatisticName : string -> Orleans.Runtime.StatisticName
Public Sub New (name As String)
Parameters
- name
- String
Applies to
StatisticName(StatisticNameFormat, Object[])
- Source:
- StatisticNames.cs
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())
Parameters
- nameFormat
- StatisticNameFormat
- args
- Object[]