Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere authored Apr 10, 2020
1 parent 183ac78 commit 97c7ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Definitions of operation result:
#### Socket callbacks
Provides per socket events.

`StatusCallback(StatusInfo info, IntPtr context)` notifies when dispatch mechanism on the listen socket returns a connection state. A reference to the delegate should be preserved from being garbage collected.
`StatusCallback(ref StatusInfo info, IntPtr context)` notifies when dispatch mechanism on the listen socket returns a connection state. A reference to the delegate should be preserved from being garbage collected.

#### Library callbacks
Provides per application events.
Expand Down

0 comments on commit 97c7ff5

Please sign in to comment.