GigaSpaces XAP.NET Documentation
GetRuntimeInfo Method (type)
Class LibraryGigaSpaces.Core.AdminIServerAdminGetRuntimeInfo(Type)
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(
	Type type
)
Function GetRuntimeInfo ( _
	type As Type _
) As ISpaceRuntimeInfo
ISpaceRuntimeInfo^ GetRuntimeInfo(
	Type^ type
)
ISpaceRuntimeInfo GetRuntimeInfo(
	Type type
)
Parameters
type (Type)
Type to retrieve.
Return Value
Runtime information about types in the space.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)