GigaSpaces XAP.NET Documentation
ComType Enumeration
Class LibraryGigaSpaces.Core.EventsComType
Lists possible event communication protocols.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast")]
public enum ComType
<ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast")> _
Public Enumeration ComType
[ObsoleteAttribute(L"Since 9.7 - The default is multiplex and there are no benefits for using unicast")]
public enum class ComType
/** @attribute ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast") */
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: 10.1.0.0 (10.1.1.12800)