ConferenceCommandResponse.TryProcessResponseCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process the response and populate the properties of the response object.
protected:
abstract bool TryProcessResponseCore(Microsoft::Rtc::Signaling::SipMessageData ^ messageData, [Runtime::InteropServices::Out] Microsoft::Rtc::Signaling::RealTimeException ^ % exception);
protected abstract bool TryProcessResponseCore (Microsoft.Rtc.Signaling.SipMessageData messageData, out Microsoft.Rtc.Signaling.RealTimeException exception);
abstract member TryProcessResponseCore : Microsoft.Rtc.Signaling.SipMessageData * -> bool
Protected MustOverride Function TryProcessResponseCore (messageData As SipMessageData, ByRef exception As RealTimeException) As Boolean
Parameters
- messageData
- SipMessageData
The message that contains the result of the request.
- exception
- RealTimeException
Any exception encountered during processing
Returns
True if processing was successful, otherwise false.
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.