MetaspaceResumeSpace Method |
Resumes the space.
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 ResumeSpace(
string spaceName
)
Public MustOverride Sub ResumeSpace (
spaceName As String
)
public:
virtual void ResumeSpace(
String^ spaceName
) abstract
abstract ResumeSpace :
spaceName : string -> unit
Parameters
- spaceName
- Type: SystemString
Name of the space.
See Also