RequestReceivedEventHandler
The delegate handles incoming requests dispatched to the application.
public delegate void RequestReceivedEventHandler(objectsender,
RequestReceivedEventArgse);
Public Delegate Sub RequestReceivedEventHandler( _
ByVal sender As object, _
ByVal e As RequestReceivedEventArgs _
)
Parameters
- sender
The source of the unhandled exception event. - e
RequestReceivedEventArgs object that contains the event data.
Remarks
RequestReceivedEventArgs contains the incoming Request object, as well as the ServerTransaction object for which it is intended.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
Dispatch, Request, RequestReceivedEventArgs, ServerTransaction