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.
A method that must be implemented by the derived class to handle the notifications received for a transfer operations sent.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Sub HandleTransferNotificationReceived ( _
e As TransferStateChangedEventArgs _
)
'Usage
Dim e As TransferStateChangedEventArgs
Me.HandleTransferNotificationReceived(e)
protected override void HandleTransferNotificationReceived(
TransferStateChangedEventArgs e
)