Exemplo n.º 1
0
 /// <summary>
 /// Handles the Ping message from a client.
 /// </summary>
 /// <param name="args">The <see cref="EmptyRequestEventArgs{Ping}"/> instance containing the event data.</param>
 protected virtual void HandlePing(EmptyRequestEventArgs <Ping> args)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Handles the ReplacePartsByRange message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="EmptyRequestEventArgs{ReplacePartsByRange}"/> instance containing the event data.</param>
 protected virtual void HandleReplacePartsByRange(EmptyRequestEventArgs <ReplacePartsByRange> args)
 {
 }