Enum ReadSubscriptionMode
Specifies how the variables should be subscribed to.
Namespace: AXSharp.Connector
Assembly: AXSharp.Connector.dll
Syntax
public enum ReadSubscriptionMode
Fields
Name | Description |
---|---|
AutoSubscribeUsedVariables | Variables used by calling getter of Cyclic property are automatically subscribed for cyclic reading. Automatic subscription may create overhead in case of large number of variables. |
Polling | The variables must explicitly subscribed for cyclic reading in order to be read. [NOTE] Variables can be also polled by the UI. |