Click or drag to resize

MultiCameraServerStopServer Method

Stops the server definied by the given config.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public bool StopServer(
	CameraServerConfig conf
)

Parameters

conf  CameraServerConfig
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.

Return Value

Boolean
Returns true if the server has been stopped, otherwise false.
See Also