You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/router-sdk/subscribe-events.md
-98Lines changed: 0 additions & 98 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,15 +128,13 @@ dotnet run
128
128
|[`RouterJobUnassigned`](#microsoftcommunicationrouterjobunassigned)|`Job`| An already assigned job has been unassigned from a worker |
129
129
|[`RouterJobWaitingForActivation`](#microsoftcommunicationrouterjobwaitingforactivation)|`Job`| A scheduled job's requested scheduled time has arrived, Router is waiting on contoso to act on the job |
130
130
|[`RouterJobSchedulingFailed`](#microsoftcommunicationrouterjobschedulingfailed)|`Job`| A scheduled job was requested however, Router failed to create one |
131
-
|[`RouterJobDeleted`](#microsoftcommunicationrouterjobdeleted)|`Job`| A job has been deleted |
132
131
|[`RouterWorkerOfferIssued`](#microsoftcommunicationrouterworkerofferissued)|`Worker`| A job was offered to a worker |
133
132
|[`RouterWorkerOfferAccepted`](#microsoftcommunicationrouterworkerofferaccepted)|`Worker`| An offer to a worker was accepted |
134
133
|[`RouterWorkerOfferDeclined`](#microsoftcommunicationrouterworkerofferdeclined)|`Worker`| An offer to a worker was declined |
135
134
|[`RouterWorkerOfferRevoked`](#microsoftcommunicationrouterworkerofferrevoked)|`Worker`| An offer to a worker was revoked |
136
135
|[`RouterWorkerOfferExpired`](#microsoftcommunicationrouterworkerofferexpired)|`Worker`| An offer to a worker has expired |
137
136
|[`RouterWorkerRegistered`](#microsoftcommunicationrouterworkerregistered)|`Worker`| A worker has been registered (status changed from inactive/draining to active) |
138
137
|[`RouterWorkerDeregistered`](#microsoftcommunicationrouterworkerderegistered)|`Worker`| A worker has been deregistered (status changed from active to inactive/draining) |
139
-
|[`RouterWorkerDeleted`](#microsoftcommunicationrouterworkerdeleted)|`Worker`| A worker has been deleted |
140
138
141
139
### Microsoft.Communication.RouterJobReceived
142
140
@@ -813,44 +811,6 @@ dotnet run
813
811
| failureReason | `string` |✔️ | | System determined
814
812
| priority| `int` |❌ | | Based on user input while creating a job
0 commit comments