VectoredRequestsExecuteAsync Method (Boolean) |
Namespace: Demo3D.PLC.Comms
public abstract Task ExecuteAsync( bool sync )
A VectoredRequests returned by a call to ReadV or WriteV belongs to the client service, and may be freed and 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.