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.

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