Call.HandleTransferNotificationReceived(TransferStateChangedEventArgs) Method

Definition

Handles a transfer notification received event in a class derived from the call class.

protected:
 abstract void HandleTransferNotificationReceived(Microsoft::Rtc::Collaboration::TransferStateChangedEventArgs ^ e);
protected abstract void HandleTransferNotificationReceived (Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs e);
abstract member HandleTransferNotificationReceived : Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs -> unit
Protected MustOverride Sub HandleTransferNotificationReceived (e As TransferStateChangedEventArgs)

Parameters

Remarks

This method must be implemented by the derived class to handle the notifications received for a transfer operations sent.

Applies to