Click or drag to resize

VectoredRequests Class

A vector of requests which can be executed multiple times.
Inheritance Hierarchy

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

The VectoredRequests type exposes the following members.

Constructors
  NameDescription
Protected methodVectoredRequests
Constructs a VectoredRequests.
Top
Properties
  NameDescription
Public propertyCount
Number of requests in the vector.
Top
Methods
  NameDescription
Public methodExecute
Executes a vectored request.
Public methodExecuteAsync
Executes a vectored request.
Public methodGetSignal
Returns a signal that represents all the signals in the request. The signal is Disposed automatically when Execute returns.
Protected methodInternalExecuteAsync
Executes a vectored request.
Top
See Also