MultiCameraServerStopServer Method |
Stops the server definied by the given config.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool StopServer(
CameraServerConfig conf
)
Public Function StopServer (
conf As CameraServerConfig
) As Boolean
public:
bool StopServer(
CameraServerConfig^ conf
)
member StopServer :
conf : CameraServerConfig -> bool
Parameters
- conf
- Type: Ozeki.CameraCameraServerConfig
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.
Return Value
Type:
Boolean
Returns true if the server has been stopped, otherwise false.
See Also