DataSubscription Class Members
The following tables list the members exposed by DataSubscription.
Public Methods
Name | Description | |
---|---|---|
ReadOnceAsync | Overloaded. Read the runtime data once asynchronously. Note: the default timeout of 30 seconds applied by the system. | |
Subscribe | Subscribe the runtime data references. | |
Unsubscribe | Unsubscribe the runtime data references. | |
UnsubscribeAll | Unsubscribe all runtime data references. |
Protected Methods
Name | Description | |
---|---|---|
OnUpdateCycleCompleted |
Public Events
Name | Description | |
---|---|---|
UpdateCycleCompleted | The event will be triggered after each data update cycle completed. |
See Also