ResponseReceivedEventHandler.ResponseReceivedEventHandler delegate
Microsoft Office Live Communications Server 2005 with SP1 |
ResponseReceivedEventHandler
The ResponseReceivedEventHandler delegate handles incoming responses dispatched to the application.
[C#] public delegate void ResponseReceivedEventHandler( object sender, ResponseReceivedEventArgs e );
[Visual Basic .NET] Public Delegate Sub ResponseReceivedEventHandler( _ ByVal sender As object, _ ByVal e As ResponseReceivedEventArgs _ )
Parameters
- sender
The source of the unhandled exception event. - e
ResponseReceivedEventArgs object that contains the event data.
Remarks
ResponseReceivedEventArgs contains the incoming Response object, as well as the ClientTransaction 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
ClientTransaction, ClientTransaction.ResponseReceived, Dispatch, Response, ResponseReceivedEventArgs
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |