UITechnologyManager.StopSession Method
Performs any cleanup required by this technology manager to stop the current session.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Sub StopSession
public abstract void StopSession()
public:
virtual void StopSession() abstract
abstract StopSession : unit -> unit
public abstract function StopSession()
Implements
IUITechnologyManager.StopSession()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.