Click or drag to resize

ExternalConnectionBaseGetConnectionState Method

Gets the present connection state

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static ConnectionState GetConnectionState(
	ExternalConnectionBase connection
)

Parameters

connection
Type: SharpCharts.Base.ConnectionExternalConnectionBase
Connection

Return Value

Type: ConnectionState
Connection state
See Also