InstantMessagingCall.HandleTransferNotificationReceived Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the received notifications.
protected:
override void HandleTransferNotificationReceived(Microsoft::Rtc::Collaboration::TransferStateChangedEventArgs ^ e);
protected override void HandleTransferNotificationReceived (Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs e);
override this.HandleTransferNotificationReceived : Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs -> unit
Protected Overrides Sub HandleTransferNotificationReceived (e As TransferStateChangedEventArgs)
Parameters
The event argument describing the notification received.
Remarks
A method that must be implemented by the derived class to handle the notifications received for a transfer operation sent.