Hello.
Is it possible for the client to send an event as data to the host?
My client simply subscribes to these tables, but only to some that are well screened with filters of type (row ) => (row.Field_A == 'Val1' || row.Field_B == 'Val2') . I tried to return this event as part of the DataContract class, but nothing happened, WCF doesn’t even serialize it. Is it somehow possible to do?
Thank.
event? If yes, then you know better what the handler needs on that side. - VladD