HandleStateChange Method

Protected method to indicate state change to derive call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Overridable Sub HandleStateChange ( _
    e As CallStateChangedEventArgs _
)
'Usage
Dim e As CallStateChangedEventArgs

Me.HandleStateChange(e)
protected virtual void HandleStateChange(
    CallStateChangedEventArgs e
)

Parameters

Remarks

This allows the derived class to see the state change before the public event is raised. The derived class needs to override this method and should not make any blocking call in it.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace