GigaSpaces XAP.NET Documentation
GetSpaceByUID Method (uid)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpacesGetSpaceByUID(String)
Returns a space matching the provided uid string.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpace GetSpaceByUID(
	string uid
)
Function GetSpaceByUID ( _
	uid As String _
) As ISpace
ISpace^ GetSpaceByUID(
	String^ uid
)
ISpace GetSpaceByUID(
	String uid
)
Parameters
uid (String)
The uid string to get the space for.
Return Value
ISpace matching the provided uid string.

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