UITechnologyManager.StartSession(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs any initialization that is required by this technology manager to start a session.
public:
abstract void StartSession(bool recordingSession);
public abstract void StartSession (bool recordingSession);
abstract member StartSession : bool -> unit
Public MustOverride Sub StartSession (recordingSession As Boolean)
Parameters
- recordingSession
- Boolean
true if this is a recording session; false for any other kind of session, such as playback.