Performs a connect 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 Connect(
	ServiceConnectOptions connectOptions
)
Visual Basic (Declaration)
Function Connect ( _
	connectOptions As ServiceConnectOptions _
) As Boolean
Visual C++
bool Connect(
	ServiceConnectOptions connectOptions
)

Parameters

connectOptions
Type: RightEdge.Common..::.ServiceConnectOptions
Indicates how the service will be used.

Return Value

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

See Also