GigaSpaces XAP.NET Documentation
ComType Enumeration
Class LibraryGigaSpaces.Core.EventsComType
Lists possible event communication protocols.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum ComType
Public Enumeration ComType
public enum class ComType
public enum ComType
Members
MemberDescription
Unicast
Unicast propagation uses TCP unicast communication, which is usually best for a small amount of registered clients. This is the default communication type.

Multiplex
The same as Unicast in terms of communication protocol, but uses a single client-side multiplexer, which handles all of the dispatching to the different notification listeners.

Multicast
Multicast propagation uses UDP multicast communication, which is usually best for large amounts of registered clients. See the JavaSpaces Multicast Notifications section for configuration options.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)