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.
NOTE: This API is now obsolete.
Event handler for incoming notify request.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This is a platform implementation that should not be used by applications.")> _
Protected Sub ProcessNotifyReceived ( _
sender As Object, _
e As TransactionCreatedEventArgs _
)
'Usage
Dim sender As Object
Dim e As TransactionCreatedEventArgs
Me.ProcessNotifyReceived(sender, _
e)
[ObsoleteAttribute("This is a platform implementation that should not be used by applications.")]
protected void ProcessNotifyReceived(
Object sender,
TransactionCreatedEventArgs e
)
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: TransactionCreatedEventArgs
Event specific information.