Click or drag to resize

ISessionStop Method

Stops the capture session.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
void Stop()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISession object has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
Remarks

This method has no effect when this capture session is already stopped.

See Also