AFNotificationContactTemplate.Refresh Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Refreshes the client with any changes that have been made to the object since loaded.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void Refresh()
Public Sub Refresh Dim instance As AFNotificationContactTemplate instance.Refresh()
public: virtual void Refresh() sealed
abstract Refresh : unit -> unit override Refresh : unit -> unit
Implements
IAFTransactableRefresh
Events
| Event Type | Reason |
|---|---|
| IAFChangedEventChanged | This event will be raised for each object updated by this method call. |
Remarks
Any objects that were previously loaded will be updated with any changes that have been saved to the server.