| ISessionCreateRequest Method |
Creates a request but doesn't execute it.
Namespace: Six.Sixp.ClientAssembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
SyntaxIRequest CreateRequest(
string prl,
AcceptFormat format,
bool subscribe,
IRequestEventListener eventHandler
)
Parameters
- prl
- Type: SystemString
Query expresson. - format
- Type: Six.Sixp.ClientAcceptFormat
Specifies in which format the answer should be delivered. - subscribe
- Type: SystemBoolean
Specifies if the request should set up a subscription or just get snapshot data. - eventHandler
- Type: Six.Sixp.ClientIRequestEventListener
object that inplements IRequestEventListener. All request event will be fired on this object
Return Value
Type:
IRequestA reference to a created request
See Also