Click or drag to resize
ConnectionPool.Process Method (Command, Boolean)

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public IPromise<Stream> Process(
	Command request,
	bool async
)

Parameters

request
Type: Innovator.Client.Command
async
Type: System.Boolean

Return Value

Type: IPromise<Stream>

Implements

IAsyncConnection.Process(Command, Boolean)
See Also