Close pool for connections to MVSP server


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

Syntax

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

Return Value

True if pool successfully closed

Remarks

Sets StatusMessage and StatusCode properties
Closes all connections to the MVSP server

See Also