Recovers the space with default recovery options.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public abstract void RecoverSpace( string spaceName ) |
| Visual Basic |
|---|
Public MustOverride Sub RecoverSpace ( spaceName As String ) |
| Visual C++ |
|---|
public: virtual void RecoverSpace( String^ spaceName ) abstract |
| F# |
|---|
abstract RecoverSpace : spaceName : string -> unit |
Parameters
- spaceName
- Type: System..::..String
Name of the space.