ResponseReceivedEventHandler delegate
Lync 2013
Delegate used for incoming responses that are dispatched to the application.
Assembly: ServerAgent (in ServerAgent.dll)
public delegate void ResponseReceivedEventHandler( Object sender, ResponseReceivedEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: Microsoft.Rtc.Sip.ResponseReceivedEventArgs
Contains event data.