ProcessResponseCore Method

Process the response and populate the properties of the response object.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected MustOverride Sub ProcessResponseCore ( _
    messageData As SipMessageData, _
    <OutAttribute> ByRef exception As RealTimeException _
)
'Usage
Dim messageData As SipMessageData
Dim exception As RealTimeException

Me.ProcessResponseCore(messageData, _
    exception)
protected abstract void ProcessResponseCore(
    SipMessageData messageData,
    out RealTimeException exception
)

Parameters

Remarks

The message body contains the XML to process for the C3P response. The message itself may be an INFO request with the final result ("success" or "pending") or may be a 200 OK response to the INFO message making the initial request.

See Also

Reference

ConferenceCommandResponse Class

ConferenceCommandResponse Members

Microsoft.Rtc.Collaboration Namespace