VectoredRequestsFreeOnSuccess Property |
Namespace: Demo3D.PLC.Comms
Each VectoredRequests belongs to the underlying protocol service that created it, and may be re-used by the service immediately after calling ExecuteAsync(Boolean) or Execute.
If you want to retain ownership of the VectoredRequests in order to replay requests, then you must set this property to False before calling ExecuteAsync(Boolean) or Execute for the first time.