Beispiel #1
0
 /// <summary>
 /// Handles the CancelGetFrame message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="CancellationRequestEventArgs{GetFrame, CancelGetFrame}"/> instance containing the event data.</param>
 protected virtual void HandleCancelGetFrame(CancellationRequestEventArgs <GetFrame, CancelGetFrame> args)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Handles the CancelGetRanges message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="CancellationRequestEventArgs{GetRanges, CancelGetRanges}"/> instance containing the event data.</param>
 protected virtual void HandleCancelGetRanges(CancellationRequestEventArgs <GetRanges, CancelGetRanges> args)
 {
 }