GigaSpaces XAP.NET Documentation
ComType Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigComType
Gets or sets the communication protocol.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast")]
public ComType ComType { get; set; }
<ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast")> _
Public Property ComType As ComType
	Get
	Set
[ObsoleteAttribute(L"Since 9.7 - The default is multiplex and there are no benefits for using unicast")]
public:
property ComType ComType {
	ComType get ();
	void set (ComType value);
}
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast") */
public ComType get_ComType()
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - The default is multiplex and there are no benefits for using unicast") */
public  void set_ComType(ComType value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)