Click or drag to resize

CorrigoServiceExecute Method

Executes a message that either represents a specialized method or specific business logic. It takes an instance of a CommandRequest base class message as input parameter and returns an instance of a CommandResponse base class message. You must cast the return value of the Execute method to the specific instance of the response command that corresponds to the request parameter.

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CommandResponse Execute(
	CommandRequest commandRequest
)

Parameters

commandRequest  CommandRequest
Specifies a specific CommandRequest instance.

Return Value

CommandResponse
Returns instance of a CommandResponse. You must cast the return value of the Execute method to the specific instance of the response command that corresponds to the request parameter.
See Also