VectoredRequestsExecute Method |
Namespace: Demo3D.PLC.Comms
public void Execute()
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.