Classes Files

Wombat::MamaInbox::NativeMethods

Public Functions

  Name
int mamaInbox_create2(ref IntPtr inbox, IntPtr transport, IntPtr queue, OnInboxMsgDelegate messageCallback, OnInboxErrorDelegate errorCallback, OnInboxDestroyDelegate destroyCallback, IntPtr closure)
int mamaInbox_destroy(IntPtr inbox)

Public Functions Documentation

function mamaInbox_create2

int mamaInbox_create2(
    ref IntPtr inbox,
    IntPtr transport,
    IntPtr queue,
    OnInboxMsgDelegate messageCallback,
    OnInboxErrorDelegate errorCallback,
    OnInboxDestroyDelegate destroyCallback,
    IntPtr closure
)

function mamaInbox_destroy

int mamaInbox_destroy(
    IntPtr inbox
)

Updated on 2023-03-31 at 15:29:32 +0100