McuSession.ResetCore Method
Resets the McuSession instance for reuse.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected MustOverride Sub ResetCore
'Usage
Me.ResetCore()
protected abstract void ResetCore()
Remarks
A derived McuSession should implement this method to reset its internal state so the instance can be reused.