Closes the connection to the MVSP Server.


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

Syntax

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

Return Value

True

Remarks

The example will close the connection

 Copy Code
 Dim returncode as boolean
 Dim mvsp as new rocketsoftware.MVSP.Pick
 returncode = mvsp.CloseConnection()
 

See Also