dOPC Client Toolkit
Close
dOPCAE.TdOPCEventSubscription.MaxSize

MaxSize contains the maximum number of events that will be sent from the server.

property MaxSize: integer;
__property int MaxSize;

A value of 0 means that there is no limit to the number of events. A value greater than 0 may cause the server to call the event notification more frequently than specified in the BufferTime parameter when a large number of events are being generated in order to limit the number of sent events to the MaxSize. MaxSize is a recommendation from the client and the server is allowed to ignore this parameter.

Kassl GmbH Copyright © 2024. All rights reserved.