Click or drag to resize

MultiCameraServerRemoveServer Method

Removes a server definied by the given config.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public bool RemoveServer(
	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 removed, otherwise false.
See Also