ImageScanner.StopSession Method
2/27/2008
Ends a session started by the StartSession method.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Sub StopSession
public abstract void StopSession ()
public:
virtual void StopSession () abstract
public abstract void StopSession ()
public abstract function StopSession ()
Remarks
This method is used to end a session initiated by a StartSession method call. If this method is invoked and the session is no longer active, then no exception is raised.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
ImageScanner Class
ImageScanner Members
Microsoft.PointOfService Namespace
CapHostTriggered
ImageScanner.StartSession Method