GigaSpaces XAP.NET Documentation
GetTransports Method (host)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.TransportITransportsGetTransports(String)
Returns all the transports bounded on the specified host.
Declaration Syntax
C#Visual BasicVisual C++J#
IList<ITransport> GetTransports(
	string host
)
Function GetTransports ( _
	host As String _
) As IList(Of ITransport)
IList<ITransport^>^ GetTransports(
	String^ host
)
IList<ITransport> GetTransports(
	String host
)
Parameters
host (String)
The host to return ITransportS for.
Return Value
ITransportS for the specified host.

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