Return a new SpaceDef instance.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public static SpaceDef Create()
Visual Basic
Public Shared Function Create As SpaceDef
Visual C++
public:
static SpaceDef^ Create()
F#
static member Create : unit -> SpaceDef 

Return Value

Type: SpaceDef
SpaceDef The new instance of SpaceDef

See Also