Click or drag to resize

ConnectionStateEventArgs Constructor

Constructor, that initialize server connection state and server address.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public ConnectionStateEventArgs(
	ServerConnectionState serverConnectionState,
	string serverAddress
)

Parameters

serverConnectionState  ServerConnectionState
Server connection state.
serverAddress  String
Server address.
See Also