OrleansPerfCounterTelemetryConsumer.AreWindowsPerfCountersAvailable Method
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
AreWindowsPerfCountersAvailable() |
Checks to see if windows perf counters as supported by OS. |
AreWindowsPerfCountersAvailable(ILogger) |
Checks to see if windows perf counters as supported by OS. |
AreWindowsPerfCountersAvailable()
Checks to see if windows perf counters as supported by OS.
public static bool AreWindowsPerfCountersAvailable ();
static member AreWindowsPerfCountersAvailable : unit -> bool
Public Shared Function AreWindowsPerfCountersAvailable () As Boolean
Returns
Applies to
AreWindowsPerfCountersAvailable(ILogger)
Checks to see if windows perf counters as supported by OS.
public static bool AreWindowsPerfCountersAvailable (Microsoft.Extensions.Logging.ILogger logger);
static member AreWindowsPerfCountersAvailable : Microsoft.Extensions.Logging.ILogger -> bool
Public Shared Function AreWindowsPerfCountersAvailable (logger As ILogger) As Boolean
Parameters
- logger
- ILogger