Click or drag to resize

VectoredRequests Class

A vector of requests which can be executed multiple times.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsVectoredRequests

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public abstract class VectoredRequests

The VectoredRequests type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of requests in the vector.
Public propertyFreeOnSuccess
True if the requests resources can be freed on success. Defaults to true, and if required must be cleared before calling ExecuteAsync(Boolean).
Public propertyUserState
Private user data.
Top
Methods
See Also