Space member definition
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use MemberDef to set Datastore. Use Metaspace.getSpace() with distribution role to pass role")]
public abstract class SpaceMemberDef |
| Visual Basic |
|---|
<ObsoleteAttribute("Use MemberDef to set Datastore. Use Metaspace.getSpace() with distribution role to pass role")>
Public MustInherit Class SpaceMemberDef |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use MemberDef to set Datastore. Use Metaspace.getSpace() with distribution role to pass role")]
public ref class SpaceMemberDef abstract |
| F# |
|---|
[<AbstractClassAttribute>]
[<ObsoleteAttribute("Use MemberDef to set Datastore. Use Metaspace.getSpace() with distribution role to pass role")>]
type SpaceMemberDef = class end |
Inheritance Hierarchy
See Also