Delegate SubscriptionCompleteEventHandler
Delegate used for the OnSubscriptionComplete event of the IConnection interface.
public delegate void SubscriptionCompleteEventHandler(object sender, SubscriptionCompleteEventArgs e)
Parameters
senderobject- Delegate used for the event of the interface.
eSubscriptionCompleteEventArgs- Delegate used for the event of the interface.
- Extension Methods