MultiCameraServerRemoveServer Method |
Removes a server definied by the given config.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool RemoveServer(
CameraServerConfig conf
)
Public Function RemoveServer (
conf As CameraServerConfig
) As Boolean
public:
bool RemoveServer(
CameraServerConfig^ conf
)
member RemoveServer :
conf : CameraServerConfig -> bool
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