Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotification.FindNotification Method (PISystem, Guid)

AFNotification.FindNotification Method (PISystem, Guid)

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFNotification.FindNotification Method (PISystem, Guid)
Retrieves the AFNotification object with the specified unique identifier at the AFTime.MaxValue query date.

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public static AFNotification FindNotification(
	PISystem system,
	Guid id
)
Public Shared Function FindNotification ( 
	system As PISystem,
	id As Guid
) As AFNotification

Dim system As PISystem
Dim id As Guid
Dim returnValue As AFNotification

returnValue = AFNotification.FindNotification(system, 
	id)
public:
static AFNotification^ FindNotification(
	PISystem^ system, 
	Guid id
)
static member FindNotification : 
        system : PISystem * 
        id : Guid -> AFNotification 

Parameters

system
Type: OSIsoft.AFPISystem
The PISystem to search for the desired object.
id
Type: SystemGuid
The unique identifier of the object to find.

Return Value

Type: AFNotification
The AFNotification in the PISystem which matches the unique identifier.

Remarks

The AFNotification object with the specified id is returned.

Version Information

AFSDK


See Also

In This Topic