Symphony Framework
Call(String,String) Method
Symphony.Harmony.Client Namespace > Execution Class > Call Method : Call(String,String) Method
Pass in the client ID.
The JSON request string.
Make a call to the remote Symphony Bridge server. the JSON string is passed through to the server and contains the command to execute on the remote server.
Syntax
[AsyncStateMachine(Symphony.Harmony.Client.Execution+d__4)] 
[DebuggerStepThrough()] 
public Task<string> Call( 
   string clientID, 
   string jsonRequest 
)

Parameters

clientID
Pass in the client ID.
jsonRequest
The JSON request string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Execution Class
Execution Members
Overload List