Click or drag to resize
ProtoCamClientStart Method
Starts this ProtoCamClient polling loop.

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Start()
Remarks
Events OnConnected and OnDisconnected must be hooked up before calling this method.
See Also