Click or drag to resize

VectoredRequestsExecute Method

Executes a vectored request.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public void Execute()
Remarks

A VectoredRequests returned by a call to ReadV or WriteV belongs to the protocol service that created it, and may be re-used immediately after calling this method.

A VectoredRequests can be replayed, but only if you set FreeOnSuccess to false before calling this method. Unsetting FreeOnSuccess transfers 'ownership' of this instance to the caller.

See Also