Skip to content

Commit

Permalink
Add Before & After disconnect handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed May 13, 2024
1 parent ee2d272 commit cc20e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/docs/events/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ General events are triggered by high-level operations such as connecting, subscr
| BeforeUnsubscribe | `BeforeUnsubscribeEventArgs` | `UnsubscribeOptions` |
| AfterUnsubscribe | `AfterUnsubscribeEventArgs` | `UnsubscribeResult` |
| OnMessageReceived | `OnMessageReceivedEventArgs` | `MQTT5PublishMessage` |
| BeforeDisconnect | `BeforeDisconnectEventArgs` | None |
| AfterDisconnect | `AfterDisconnectEventArgs` | `CleanDisconnect` |

## Packet Level Events

Expand Down

0 comments on commit cc20e19

Please sign in to comment.