Class Messages
Reading a native message handle and releasing it.
public static class Messages
- Inheritance
-
Messages
- Inherited Members
Methods
Take(nint)
Copies a message out and releases the handle.
public static TransportMessage? Take(nint message)
Parameters
messagenintThe handle, or null when nothing arrived.
Returns
- TransportMessage
The message, or
nullwhen the handle was null.