예제 #1
0
 /// <summary>
 /// Handles the response to a CloseChannels message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="MapRequestWithContextEventArgs{CloseChannels, long, ChannelsClosedReason}"/> instance containing the event data.</param>
 protected virtual void HandleCloseChannels(MapRequestWithContextEventArgs <CloseChannels, long, ChannelsClosedReason> args)
 {
 }
예제 #2
0
 /// <summary>
 /// Handles the response to a UnsubscribeChannels message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="MapRequestWithContextEventArgs{UnsubscribeChannels, long, SubscriptionsStoppedReason}"/> instance containing the event data.</param>
 protected virtual void HandleUnsubscribeChannels(MapRequestWithContextEventArgs <UnsubscribeChannels, long, SubscriptionsStoppedReason> args)
 {
 }