McuSession.ResetCore 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.
Resets the McuSession instance for reuse.
protected:
abstract void ResetCore();
protected abstract void ResetCore ();
abstract member ResetCore : unit -> unit
Protected MustOverride Sub ResetCore ()
Remarks
A derived McuSession should implement this method to reset its internal state so the instance can be reused.