MetaspaceSuspendPersistence Method |
Suspends the persistence
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract void SuspendPersistence(
string spaceName
)
Public MustOverride Sub SuspendPersistence (
spaceName As String
)
public:
virtual void SuspendPersistence(
String^ spaceName
) abstract
abstract SuspendPersistence :
spaceName : string -> unit
Parameters
- spaceName
- Type: SystemString
Name of the space.
See Also