Symphony Framework
Call(String,MemoryStream) Method
Symphony.Harmony.Client Namespace > Execution Class > Call Method : Call(String,MemoryStream) Method
Pass in the client ID.
The BSON request stream.
Pass in the required BSON memory stream containing the command and call the remote Symphony Bridge server.
Syntax
[AsyncStateMachine(Symphony.Harmony.Client.Execution+d__5)] 
[DebuggerStepThrough()] 
public Task<string> Call( 
   string clientID, 
   MemoryStream bsonRequest 
)

Parameters

clientID
Pass in the client ID.
bsonRequest
The BSON request stream.
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