AFCaseLog Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Note: This API is now obsolete.
The AFCaseLog is used to store the information about validating
or running a case's analysis.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.AnalysisAFCaseLog
OSIsoft.AF.AnalysisAFCaseLog
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[BrowsableAttribute(false)] [ObsoleteAttribute("Use AFTrace instead of AFCaseLog.")] public sealed class AFCaseLog : IDisposable
<BrowsableAttribute(false)> <ObsoleteAttribute("Use AFTrace instead of AFCaseLog.")> Public NotInheritable Class AFCaseLog Implements IDisposable Dim instance As AFCaseLog
[BrowsableAttribute(false)] [ObsoleteAttribute(L"Use AFTrace instead of AFCaseLog.")] public ref class AFCaseLog sealed : IDisposable
[<SealedAttribute>] [<BrowsableAttribute(false)>] [<ObsoleteAttribute("Use AFTrace instead of AFCaseLog.")>] type AFCaseLog = class interface IDisposable end
The AFCaseLog type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
This class is for compatibility with AF 1.x and is obsolete.
It has been replaced with the AFTrace class.
Version Information
AFSDK
Obsolete (compiler warning) in 3.1.1Obsolete (compiler warning) in 3.1.0
Obsolete (compiler warning) in 3.0.2
Obsolete (compiler warning) in 3.0.1
Obsolete (compiler warning) in 3.0.0
Obsolete (compiler warning) in 2.10.11
Obsolete (compiler warning) in 2.10.5
Obsolete (compiler warning) in 2.10.0
Obsolete (compiler warning) in 2.10
Obsolete (compiler warning) in 2.9.5
Obsolete (compiler warning) in 2.9
Obsolete (compiler warning) in 2.8.5
Obsolete (compiler warning) in 2.8
Obsolete (compiler warning) in 2.7.5
Obsolete (compiler warning) in 2.7
Obsolete (compiler warning) in 2.6
Obsolete (compiler warning) in 2.5
Obsolete (compiler warning) in 2.4