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.
Raised when data is received from the remote endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event DataReceived As EventHandler(Of ConversationContextChannelDataReceivedEventArgs)
'Usage
Dim instance As ConversationContextChannel
Dim handler As EventHandler(Of ConversationContextChannelDataReceivedEventArgs)
AddHandler instance.DataReceived, handler
public event EventHandler<ConversationContextChannelDataReceivedEventArgs> DataReceived
See Also
Reference
ConversationContextChannel Class