예제 #1
0
 /// <summary>
 /// Handles the GetPartsByRange message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="ListRequestWithContextEventArgs{GetPartsByRange, ObjectPart, ResponseContext}"/> instance containing the event data.</param>
 protected virtual void HandleGetPartsByRange(ListRequestWithContextEventArgs <GetPartsByRange, ObjectPart, ResponseContext> args)
 {
 }
예제 #2
0
 /// <summary>
 /// Handles the FindParts message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="ListRequestWithContextEventArgs{FindParts, ObjectPart, ResponseContext}"/> instance containing the event data.</param>
 protected virtual void HandleFindParts(ListRequestWithContextEventArgs <FindParts, ObjectPart, ResponseContext> args)
 {
 }
예제 #3
0
 /// <summary>
 /// Handles the FindResources message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="ListRequestWithContextEventArgs{FindResources, Resource, ResponseContext}"/> instance containing the event data.</param>
 protected virtual void HandleFindResources(ListRequestWithContextEventArgs <FindResources, Resource, ResponseContext> args)
 {
 }