Resumes the space.

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

Syntax

C#
public abstract void ResumeSpace(
	string spaceName
)
Visual Basic
Public MustOverride Sub ResumeSpace ( _
	spaceName As String _
)
Visual C++
public:
virtual void ResumeSpace(
	String^ spaceName
) abstract

Parameters

spaceName
Type: System..::..String
Name of the space.

See Also