Click or drag to resize

RemServiceConnectionAction Enumeration

Descibes the ConnectionAction event.

Namespace:  RRAutoLib.Remoting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Enumeration Action
Members
  Member nameValueDescription
Created0New connection has been created.
Updated1Connection data has been updated.
Deleted2An existing connection has been deleted.
AllClear3All existing connections have been deleted.
See Also