Düzenle

Aracılığıyla paylaş


DefaultQueueAdapterReceiverMonitor.TrackShutdown Method

Definition

Track attempts to shutdown the receiver.

public void TrackShutdown (bool success, TimeSpan callTime, Exception exception);
abstract member TrackShutdown : bool * TimeSpan * Exception -> unit
override this.TrackShutdown : bool * TimeSpan * Exception -> unit
Public Sub TrackShutdown (success As Boolean, callTime As TimeSpan, exception As Exception)

Parameters

success
Boolean

True if read succeeded, false if read failed.

callTime
TimeSpan

Shutdown operation time.

exception
Exception

Exception caught if shutdown fail.

Implements

Applies to