HandleTransferReceived Method
A method must be implemented by the derived class to handle the transfer received event.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected MustOverride Sub HandleTransferReceived ( _
e As CallTransferReceivedEventArgs _
)
'Usage
Dim e As CallTransferReceivedEventArgs
Me.HandleTransferReceived(e)
protected abstract void HandleTransferReceived(
CallTransferReceivedEventArgs e
)
Parameters
Remarks
The subclass is responsible for either rejecting it without exposing to the application or raising a strongly typed event.