Enum DeliveryMode
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum DeliveryMode
Fields
Name | Description |
---|---|
Async | Async invocation of messages. Using async method of delivery does not guarantee ordered delivery of messages. |
Sync | Sync invocation of messages. Using sync method of delivery guarantees ordered delivery of messages. |