Interface
IClientProcessor

This process is implemented by the Silverlight client

Definition

Namespace:ArtOfTest.WebAii.Silverlight

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public interface IClientProcessor

Properties

TestConnection

Test the connection to the Silverlight application.

Declaration

cs-api-definition
string TestConnection { get; }

Property Value

string

Methods

ProcessCommand(string)

Process a request from the framework.

Declaration

cs-api-definition
string ProcessCommand(string command)

Parameters

command

string

The command to process.

Returns

string

The response after processing the command.