C-DEngine 5.105

TheQueuedSenderRegistry..::..IsServiceRouteConnected Method

Checks the current status of the configured service route.

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsServiceRouteConnected(
	bool checkAll
)
Public Shared Function IsServiceRouteConnected ( _
	checkAll As Boolean _
) As Boolean
public:
static bool^ IsServiceRouteConnected(
	bool^ checkAll
)

Parameters

checkAll
Type: Boolean
If multiple routes are configured, only returns true if all routes are connected. Otherwise returns true if at least one route is connected.

Return Value

true if connected, false if not connected.