com.onlineobject.objectnet Namespace

NetworkThreadDispatcher..::..HasConnection Method

Abstract method to check if there is a connection of a specific type.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool HasConnection(

	ConnectionType connectionType

)

Parameters

connectionType
Type: com.onlineobject.objectnet..::..ConnectionType
The type of connection to check.

Return Value

True if there is a connection, false otherwise.