internal OPCGroup(OPCServer server, string groupName, int updateRate) { this.parent = server; this.GroupName = groupName; this.updateRate = updateRate; this.items = new OPCItemCollection(); }