Performs a disconnect action to the specified service.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
bool Disconnect()
Visual Basic (Declaration)
Function Disconnect As Boolean
Visual C++
bool Disconnect()

Return Value

true if the disconnection action was successful, otherwise, false.

See Also