DeliveryMode Enumeration
An enumeration to represent the delivery mode of a message or data packet.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
Member name | Description | |
---|---|---|
Reliable | Reliable delivery mode ensures that the message or data packet is guaranteed to reach its destination. This mode typically involves some form of acknowledgment and retransmission in case of failure. | |
Unreliable | Unreliable delivery mode does not guarantee that the message or data packet will reach its destination. This mode is usually faster than Reliable as it does not require acknowledgment or retransmission. It is suitable for scenarios where speed is critical and some data loss is acceptable. |