GigaSpaces XAP.NET Documentation
GetRuntimeInfo Method (spaceTypeName)
Class LibraryGigaSpaces.Core.AdminIServerAdminGetRuntimeInfo(String)
Returns runtime information about for the specified type and its subtypes.
Supported only for non-clustered proxy see GetDirectProxy()()().
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceRuntimeInfo GetRuntimeInfo(
	string spaceTypeName
)
Function GetRuntimeInfo ( _
	spaceTypeName As String _
) As ISpaceRuntimeInfo
ISpaceRuntimeInfo^ GetRuntimeInfo(
	String^ spaceTypeName
)
ISpaceRuntimeInfo GetRuntimeInfo(
	String spaceTypeName
)
Parameters
spaceTypeName (String)
Type name in the space.
Return Value
Runtime information about types in the space.

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