Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnListenerAdded ( |
Called when a listener is added to the service bus
|
|
OnListenerRemoved ( |
Called when a listener is removed from the service bus
|
|
OnMessageDelivered ( |
Called when a message is successfully delivered by the service bus
|
|
OnMessageDeliveryExpired ( |
Called when a message delivery expires
|
|
OnMessageDeliveryFailed ( |
Called when a message delivery fails
|
|
OnStart ( ) : void |
Called when the service is starting
|
|
OnStop ( ) : void |
Called when the service is stopping
|
|
OnSubscriptionAdded ( |
Called when a subscription is added to the service bus
|
|
OnSubscriptionRemoved ( |
Called when a service is removed from the service bus
|
|
OnValidate ( ) : void | ||
WithLockedState ( System.Action action ) : void | ||
WithLockedState ( RuntimeServiceState state, System.Action action ) : void |
Метод | Описание | |
---|---|---|
Attach ( |
||
StartInternal ( ) : void | ||
StopInternal ( ) : void | ||
Validate ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected OnListenerAdded ( |
||
endpoint | ||
Результат | void |
protected OnListenerRemoved ( |
||
endpoint | ||
Результат | void |
protected OnMessageDelivered ( |
||
delivery | ||
Результат | void |
protected OnMessageDeliveryExpired ( |
||
delivery | ||
Результат | void |
protected OnMessageDeliveryFailed ( |
||
delivery | ||
permanent | bool | Indicates if the message will be retried (false) or placed in the failure queue (true) |
Результат | void |
protected OnSubscriptionAdded ( |
||
endpoint | ||
Результат | void |
protected OnSubscriptionRemoved ( |
||
endpoint | ||
Результат | void |
protected WithLockedState ( System.Action action ) : void | ||
action | System.Action | |
Результат | void |
protected WithLockedState ( RuntimeServiceState state, System.Action action ) : void | ||
state | RuntimeServiceState | |
action | System.Action | |
Результат | void |