Table of Contents

Class Messages

Namespace
Pamoja.Core
Assembly
Pamoja.Core.dll

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

message nint

The handle, or null when nothing arrived.

Returns

TransportMessage

The message, or null when the handle was null.