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