Пример #1
0
 /// <summary>
 /// Handles exceptions to the DeleteObject message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{DeleteObject}"/> instance containing the event data.</param>
 protected virtual void HandleDeleteObjectException(VoidResponseEventArgs <DeleteObject> args)
 {
 }
Пример #2
0
 /// <summary>
 /// Handles exceptions to the CancelGetFrame message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{CancelGetFrame}"/> instance containing the event data.</param>
 protected virtual void HandleCancelGetFrameException(VoidResponseEventArgs <CancelGetFrame> args)
 {
 }
Пример #3
0
 /// <summary>
 /// Handles exceptions to the PutObject message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{PutObject}"/> instance containing the event data.</param>
 protected virtual void HandlePutObjectException(VoidResponseEventArgs <PutObject> args)
 {
 }
Пример #4
0
 /// <summary>
 /// Handles exceptions to the GrowingObjectPut message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{GrowingObjectPut}"/> instance containing the event data.</param>
 protected virtual void HandleGrowingObjectPutException(VoidResponseEventArgs <GrowingObjectPut> args)
 {
 }
Пример #5
0
 /// <summary>
 /// Handles exceptions to the GrowingObjectDeleteRange message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{GrowingObjectDeleteRange}"/> instance containing the event data.</param>
 protected virtual void HandleGrowingObjectDeleteRangeException(VoidResponseEventArgs <GrowingObjectDeleteRange> args)
 {
 }
Пример #6
0
 /// <summary>
 /// Handles exceptions to the CancelNotification message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{CancelNotification}"/> instance containing the event data.</param>
 protected virtual void HandleCancelNotificationException(VoidResponseEventArgs <CancelNotification> args)
 {
 }
Пример #7
0
 /// <summary>
 /// Handles exceptions to the CancelGetRanges message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{CancelGetRanges}"/> instance containing the event data.</param>
 protected virtual void HandleCancelGetRangesException(VoidResponseEventArgs <CancelGetRanges> args)
 {
 }
Пример #8
0
 /// <summary>
 /// Handles exceptions to the Chunk message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{Chunk}"/> instance containing the event data.</param>
 protected virtual void HandlePutDataObjectsChunkException(VoidResponseEventArgs <Chunk> args)
 {
 }
Пример #9
0
 /// <summary>
 /// Handles exceptions to the NotificationRequest message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{NotificationRequest}"/> instance containing the event data.</param>
 protected virtual void HandleNotificationRequestException(VoidResponseEventArgs <NotificationRequest> args)
 {
 }
Пример #10
0
 /// <summary>
 /// Handles exceptions to the PutDataArraySlice message from a store.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{PutDataArraySlice}"/> instance containing the event data.</param>
 protected virtual void HandlePutDataArraySliceException(VoidResponseEventArgs <PutDataArraySlice> args)
 {
 }
Пример #11
0
 /// <summary>
 /// Handles exceptions to the ChannelStreamingStop message from a producer.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{ChannelStreamingStop}"/> instance containing the event data.</param>
 protected virtual void HandleChannelStreamingStopException(VoidResponseEventArgs <ChannelStreamingStop> args)
 {
 }
Пример #12
0
 /// <summary>
 /// Handles exceptions to the Start message from a producer.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{Start}"/> instance containing the event data.</param>
 protected virtual void HandleStartException(VoidResponseEventArgs <Start> args)
 {
 }
Пример #13
0
 /// <summary>
 /// Handles exceptions to the RenewSecurityToken message from a server.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{RenewSecurityToken}"/> instance containing the event data.</param>
 protected virtual void HandleRenewSecurityTokenException(VoidResponseEventArgs <RenewSecurityToken> args)
 {
 }
Пример #14
0
 /// <summary>
 /// Handles exceptions to the StopStreaming message from a producer.
 /// </summary>
 /// <param name="args">The <see cref="VoidResponseEventArgs{StopStreaming}"/> instance containing the event data.</param>
 protected virtual void HandleStopStreamingException(VoidResponseEventArgs <StopStreaming> args)
 {
 }