AFAdmin.DiagnosticNames.GetDiagnosticNames Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.