MultiCameraServerStartAllServers Method |
Starts all servers.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool StartAllServers()
Public Function StartAllServers As Boolean
public:
bool StartAllServers()
member StartAllServers : unit -> bool
Return Value
Type:
Boolean
Returns true if and only if every server has been started, otherwise false.
See Also