RequestReceivedEventHandler.RequestReceivedEventHandler delegate

 
Microsoft Office Live Communications Server 2005 with SP1

RequestReceivedEventHandler

The RequestReceivedEventHandler delegate handles incoming requests dispatched to the application.

[C#]public delegate void RequestReceivedEventHandler(objectsender,
RequestReceivedEventArgse);
[Visual Basic .NET]Public Delegate Sub RequestReceivedEventHandler( _
  ByVal sender As object, _
  ByVal e As RequestReceivedEventArgs _
)

Parameters

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 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Dispatch, Request, RequestReceivedEventArgs, ServerTransaction

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