Suspends the persistence

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 abstract void SuspendPersistence(
	string spaceName
)
Visual Basic
Public MustOverride Sub SuspendPersistence ( 
	spaceName As String
)
Visual C++
public:
virtual void SuspendPersistence(
	String^ spaceName
) abstract
F#
abstract SuspendPersistence : 
        spaceName : string -> unit 

Parameters

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

See Also