ConferenceCommandResponse Class
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.
Contains basic information about a completed command.
public ref class ConferenceCommandResponse abstract
public abstract class ConferenceCommandResponse
type ConferenceCommandResponse = class
Public MustInherit Class ConferenceCommandResponse
- Inheritance
-
ConferenceCommandResponse
- Derived
Constructors
ConferenceCommandResponse() |
Constructs the object. |
Properties
Diagnostics |
Gets the diagnostics information from the response. |
DisplayString |
Gets the display string from the response. |
GeneralReason |
Gets the general reason for failure, if available. |
MessageData |
Gets the message that completed the response. |
Reason |
Get the specific reason for failure, if available. |
StatusCode |
Get the command status value from the response. |
Methods
SetDiagnostics(IDictionary<String,String>) |
Sets the diagnostics information. |
TryProcessResponseCore(SipMessageData, RealTimeException) |
Process the response and populate the properties of the response object. |