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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFSecurityIdentity.Refresh Method

AFSecurityIdentity.Refresh Method
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 TypeReason
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.

Version Information

AFSDK

Supported in: 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7

See Also

Was this topic helpful?