Name | |
---|---|
struct | SubscriptionCallbacks |
Name | |
---|---|
int | mamaSubscription_allocate(ref IntPtr result) |
int | mamaSubscription_createBasic(IntPtr nativeHandle, IntPtr transport, IntPtr queue, ref SubscriptionCallbacks callbacks, string symbol, IntPtr closure) |
int | mamaSubscription_deallocate(IntPtr nativeHandle) |
int | mamaSubscription_destroy(IntPtr nativeHandle) |
int | mamaSubscription_destroyEx(IntPtr nativeHandle) |
int | mamaSubscription_getState(IntPtr nativeHandle, ref int state) |
int | mamaSubscription_getSubscSymbol(IntPtr subscription, ref IntPtr symbol) |
int mamaSubscription_allocate(
ref IntPtr result
)
int mamaSubscription_createBasic(
IntPtr nativeHandle,
IntPtr transport,
IntPtr queue,
ref SubscriptionCallbacks callbacks,
string symbol,
IntPtr closure
)
int mamaSubscription_deallocate(
IntPtr nativeHandle
)
int mamaSubscription_destroy(
IntPtr nativeHandle
)
int mamaSubscription_destroyEx(
IntPtr nativeHandle
)
int mamaSubscription_getState(
IntPtr nativeHandle,
ref int state
)
int mamaSubscription_getSubscSymbol(
IntPtr subscription,
ref IntPtr symbol
)
Updated on 2023-03-31 at 15:29:32 +0100