Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when a new Refer is received.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ReferReceived As EventHandler(Of ReferReceivedEventArgs)
'Usage
Dim instance As SignalingSession
Dim handler As EventHandler(Of ReferReceivedEventArgs)
AddHandler instance.ReferReceived, handler
public event EventHandler<ReferReceivedEventArgs> ReferReceived