StatisticName Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
StatisticName(String) | |
StatisticName(StatisticNameFormat, Object[]) |
StatisticName(String)
- Quelle:
- StatisticNames.cs
public StatisticName (string name);
new Orleans.Runtime.StatisticName : string -> Orleans.Runtime.StatisticName
Public Sub New (name As String)
Parameter
- name
- String
Gilt für:
StatisticName(StatisticNameFormat, Object[])
- Quelle:
- 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())
Parameter
- nameFormat
- StatisticNameFormat
- args
- Object[]