The closeroot method closes the index on the serverKey method


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Function FileCloseRoot() As Boolean
C#
public bool FileCloseRoot()
C++
public:
 bool FileCloseRoot() sealed 
J#
public bool FileCloseRoot()
JScript
public  function FileCloseRoot() : bool

Return Value

All ways returns true

Remarks

An exception is generated if the client is not connected to the server

See Also