Click or drag to resize
ISnapshotRequesterQueryText Method
Request text information.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
string QueryText(
	string prl,
	TimeSpan timeout,
	AcceptFormat format
)

Parameters

prl
Type: SystemString
Query
timeout
Type: SystemTimeSpan
Timeout
format
Type: Six.Sixp.ClientAcceptFormat
Data format, text or xml.

Return Value

Type: String
The result of the query
See Also