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

PISystem.ConnectChanged Event

PISystem.ConnectChanged Event
Occurs when the connection status of this PISystem to the PI AF Server changes.

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

Syntax

public event EventHandler ConnectChanged
Public Event ConnectChanged As EventHandler

Dim instance As PISystem
Dim handler As EventHandler

AddHandler instance.ConnectChanged, handler
public:
 event EventHandler^ ConnectChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
member ConnectChanged : IEvent<EventHandler,
    EventArgs>

Value

Type: System.EventHandler

Examples

For an example of how to handle events, see Event Example.

Version Information

AFSDK


See Also

Was this topic helpful?