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