ConferenceCommandResponse Members
Include Protected Members
Include Inherited Members
Contains basic information about a completed command.
The ConferenceCommandResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConferenceCommandResponse | Constructs the object. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SetDiagnostics | Sets the diagnostics information. | |
ToString | (inherited from Object) | |
TryProcessResponseCore | Process the response and populate the properties of the response object. |
Top