GigaSpaces XAP.NET Documentation
GetTypeDescriptor Method (spaceTypeName)
Class LibraryGigaSpaces.Core.AdminIServerAdminGetTypeDescriptor(String)
Returns information about a type in the space.
Supported only for non-clustered proxy see GetDirectProxy()()().
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 8.0.1 - Use ISpaceProxy.TypeManager.GetTypeDescriptor() instead")]
ITypeDescriptor GetTypeDescriptor(
	string spaceTypeName
)
<ObsoleteAttribute("Since 8.0.1 - Use ISpaceProxy.TypeManager.GetTypeDescriptor() instead")> _
Function GetTypeDescriptor ( _
	spaceTypeName As String _
) As ITypeDescriptor
[ObsoleteAttribute(L"Since 8.0.1 - Use ISpaceProxy.TypeManager.GetTypeDescriptor() instead")]
ITypeDescriptor^ GetTypeDescriptor(
	String^ spaceTypeName
)
/** @attribute ObsoleteAttribute("Since 8.0.1 - Use ISpaceProxy.TypeManager.GetTypeDescriptor() instead") */
ITypeDescriptor GetTypeDescriptor(
	String spaceTypeName
)
Parameters
spaceTypeName (String)
Name of type in the space
Return Value
Type information.

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