NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PerformanceCounter.IsSingleInstance

Returns true if the performance category for this object is a single instance category

[Visual Basic]
Public Shared Function IsSingleInstance( _
   ByVal categoryName As String, _
   ByVal machineName As String _
) As Boolean
[C#]
public static bool IsSingleInstance(
   string categoryName,
   string machineName
);
[C++]
public: static bool IsSingleInstance(
   String* categoryName,
   String* machineName
);
[JScript]
public static function IsSingleInstance(
   categoryName : String,
   machineName : String
) : Boolean;

Parameters

categoryName
[To be supplied.]
machineName
[To be supplied.]

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace