Handles the received notifications.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
Overrides 
Sub 
HandleTransferNotificationReceived
( _
	
e 
As 

TransferStateChangedEventArgs _
)
C#
protected 
override 
void 
HandleTransferNotificationReceived(
	

TransferStateChangedEventArgs 
e
)
Visual C++
protected:
virtual 
void 
HandleTransferNotificationReceived(
	

TransferStateChangedEventArgs^ 
e
) 
override
JavaScript
function 
handleTransferNotificationReceived(
e);

Parameters

e
Type: Microsoft.Rtc.Collaboration . . :: . TransferStateChangedEventArgs
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.

See Also