Click or drag to resize

SearchTerminalsRequest Constructor

Constructor of SearchTerminalsRequest.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public SearchTerminalsRequest(
	string searchString,
	uint maxResults,
	uint maxChunkSize
)

Parameters

searchString
Type: SystemString
The search string, terminal name.
maxResults
Type: SystemUInt32
The maximum number of results to return.
maxChunkSize
Type: SystemUInt32
The number of results to return in each update from the server.
See Also