This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

RequestReceivedEventHandler

The RequestReceivedEventHandler delegate handles incoming requests dispatched to the application.

Syntax

public delegate void RequestReceivedEventHandler(
  object sender,
  RequestReceivedEventArgs e
);

Syntax

Public Delegate Sub RequestReceivedEventHandler( _
  ByVal sender As object, _
  ByVal e As RequestReceivedEventArgs _
)

Parameters

Remarks

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

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007

Namespace:Microsoft.Rtc.Sip Namespace

Assembly: ServerAgent (in ServerAgent.dll)

Concepts

Dispatch

Request_OCS_ServerApi

RequestReceivedEventArgs

ServerTransaction