Share via


RequestReceivedEventHandler.RequestReceivedEventHandler delegate

 
Communications Server 2007 Server SDK Documentation

RequestReceivedEventHandler

The RequestReceivedEventHandler delegate handles incoming requests dispatched to the application.

[C#]
public delegate void RequestReceivedEventHandler(
object sender,
  RequestReceivedEventArgs e
);
FakePre-356ff9f57e51421990c3f4db68bcd299-9248f5c95e874887bb84a45ca935e47b

Parameters

Remarks

RequestReceivedEventArgs contains the incoming Request object, as well as the ServerTransaction object for which it is intended.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Dispatch, Request, RequestReceivedEventArgs, ServerTransaction

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.