CompositeCommandResponse Class |
Contains result of an CompositeCommand.
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class CompositeCommandResponse : CommandResponse
<SerializableAttribute>
Public Class CompositeCommandResponse
Inherits CommandResponse
No code example is currently available or this language may not be supported.
The CompositeCommandResponse type exposes the following members.
Properties| | Name | Description |
|---|
 | Responses |
Contains a list of CommandResponse for executed commands.
|
Top
See Also