AFSecurityIdentity.Refresh Method
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Refreshes the client with any changes that have been made to the object since loaded.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public void Refresh()
Public Sub Refresh Dim instance As AFSecurityIdentity instance.Refresh()
public: virtual void Refresh() sealed
abstract Refresh : unit -> unit override Refresh : unit -> unit
Implements
IAFTransactable.Refresh()
Events
Event Type | Reason |
---|---|
IAFChangedEvent.Changed | 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.