GigaSpaces XAP.Net Documentation
GetSingleProxy Method
Class LibraryGigaSpaces.CoreISpaceProxyGetSingleProxy()()()
Returns a proxy to a single member of the clustered space. If the space is not clustered, the original proxy is returned.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Use one of the GetServerAdmin().GetDirectProxy() overloads instead.")]
ISpaceProxy GetSingleProxy()
<ObsoleteAttribute("Use one of the GetServerAdmin().GetDirectProxy() overloads instead.")> _
Function GetSingleProxy As ISpaceProxy
[ObsoleteAttribute(L"Use one of the GetServerAdmin().GetDirectProxy() overloads instead.")]
ISpaceProxy^ GetSingleProxy()
/** @attribute ObsoleteAttribute("Use one of the GetServerAdmin().GetDirectProxy() overloads instead.") */
ISpaceProxy GetSingleProxy()
Return Value
A proxy to a single cluster member.

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