GigaSpaces XAP.NET Documentation
ITransports Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.TransportITransports
Transports hold all the different ITransportS that are currently discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
Public Interface ITransports _
	Implements IEnumerable(Of ITransport), IEnumerable,  _
	IAdminAware, IStatisticsMonitor
public interface class ITransports : IEnumerable<ITransport^>, 
	IEnumerable, IAdminAware, IStatisticsMonitor
public interface ITransports extends IEnumerable<ITransport>, 
	IEnumerable, IAdminAware, IStatisticsMonitor
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Admin
Gets the IServiceGridAdmin associated with this element.
(Inherited from IAdminAware.)
Count
Gets the number of currently discovered ITransports.

Details
Gets the aggregated details (non changeable) of all the currently discovered ITransports.

GetEnumerator()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(ITransport>)>).)
GetEnumerator()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
GetTransportByHostAndPort(String, Int32)
Returns the transport that is bounded on the specified host and port.

GetTransportByUID(String)
Returns ITransport based on a specified UID.

GetTransports(String)
Returns all the transports bounded on the specified host.

Monitoring
Gets whether statistics are currently being monitored.
(Inherited from IStatisticsMonitor.)
SetStatisticsHistorySize(Int32)
Sets the number of history statistics record to store.
(Inherited from IStatisticsMonitor.)
SetStatisticsInterval(TimeSpan)
Sets the statistics interval, automatically updating the monitoring scheduled tasks if monitoring is enabled.
(Inherited from IStatisticsMonitor.)
StartStatisticsMonitor()()()
Starts the statistics monitor, starting a scheduled monitor that polls for statistics. Monitoring is required only when wanting to receive statistics change events.
(Inherited from IStatisticsMonitor.)
Statistics
Gets the aggregated statistics of all the currently discovered ITransports.

StatisticsChanged
Occurs when ITransportsStatistics has changed.

StopStatisticsMonitor()()()
Stops the statistics monitor.
(Inherited from IStatisticsMonitor.)
Transports
Gets all the currently discovered transports.

TransportStatisticsChanged
Occurs when ITransportStatistics has changed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)