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 Overrides Sub HandleStateChange ( _
    e As CallStateChangedEventArgs _
)
'Usage
Dim e As CallStateChangedEventArgs

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

Parameters

Remarks

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

See Also

Reference

InstantMessagingCall Class

InstantMessagingCall Members

Microsoft.Rtc.Collaboration Namespace