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
+83Lines changed: 83 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ dotnet run
134
134
|[`RouterWorkerOfferRevoked`](#microsoftcommunicationrouterworkerofferrevoked)|`Worker`| An offer to a worker was revoked |
135
135
|[`RouterWorkerOfferExpired`](#microsoftcommunicationrouterworkerofferexpired)|`Worker`| An offer to a worker has expired |
136
136
|[`RouterWorkerRegistered`](#microsoftcommunicationrouterworkerregistered)|`Worker`| A worker has been registered (status changed from inactive/draining to active) |
137
+
|[`RouterWorkerUpdated`](#microsoftcommunicationrouterworkerupdated)|`Worker`| One of the following worker properties has been updated: `AvailableForOffers`, `TotalCapacity`, `QueueAssignments`, `ChannelConfigurations`, `Labels`, `Tags`|
137
138
|[`RouterWorkerDeregistered`](#microsoftcommunicationrouterworkerderegistered)|`Worker`| A worker has been deregistered (status changed from active to inactive/draining) |
0 commit comments