| Overload | Description | 
|---|---|
| SubscribeMultipleItems(IEasyDAClient,DAItemGroupArguments[]) | Subscribe to changes of multiple OPC items. No callback methods will be invoked. | 
| SubscribeMultipleItems(IEasyDAClient,DAItemGroupArguments[],EasyDAItemChangedEventHandler) | Subscribe to changes of multiple OPC items with a callback method. The ItemChanged event will be generated for each significant item change, and a specified callback method will be invoked. |