GigaSpaces XAP.NET Documentation
GetTransportByUID Method (uid)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.TransportITransportsGetTransportByUID(String)
Returns ITransport based on a specified UID.
Declaration Syntax
C#Visual BasicVisual C++J#
ITransport GetTransportByUID(
	string uid
)
Function GetTransportByUID ( _
	uid As String _
) As ITransport
ITransport^ GetTransportByUID(
	String^ uid
)
ITransport GetTransportByUID(
	String uid
)
Parameters
uid (String)
The ITransport's UID.
Return Value
ITransport matched by a specified UID.

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