28
(Choose 1 answer)
Choose the correct option to create hub filters.
A. Create a filter by declaring a class that inherits from IHubFilter, and add the InvokeMetho
B. Create a filter by declaring a class that inherits from IFilter, and add the InvokeMethodAsy
C. Create a filter by declaring a class that inherits from Hub<IHubFilter>, and add the OnCoi method.
D. Create a filter by declaring a class that inherits from Hub<IFilter>, and add the OnConnec