Creates a managed space proxy using the specified configuration element.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
protected ISpaceProxy CreateSpaceProxy( SpaceProxyConfigurationElement config )
Protected Function CreateSpaceProxy ( _ config As SpaceProxyConfigurationElement _ ) As ISpaceProxy
protected: ISpaceProxy^ CreateSpaceProxy( SpaceProxyConfigurationElement^ config )
protected ISpaceProxy CreateSpaceProxy( SpaceProxyConfigurationElement config )
Parameters
- config (SpaceProxyConfigurationElement)
- Configuration to use for locating the space
Return Value
A space proxy to the located space