AFAdmin.DiagnosticNames.GetDiagnosticNames Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the full list of known diagnostic names that could be returned from the
GetDiagnostics(PISystem) method.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static IList<string> GetDiagnosticNames()
Public Shared Function GetDiagnosticNames As IList(Of String) Dim returnValue As IList(Of String) returnValue = AFAdminDiagnosticNames.GetDiagnosticNames()
public: static IList<String^>^ GetDiagnosticNames()
static member GetDiagnosticNames : unit -> IList<string>
Return Value
Type: IListStringReturns the full list of known diagnostic names that could be returned from the GetDiagnostics(PISystem) method.
Remarks
This method returns the full list of known diagnostic names that could be returned
from the GetDiagnostics(PISystem) method. This not necessarily a complete list
because the server could return additional items.