Click or drag to resize
IRequest Interface
Represents data request from SIXP

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public interface IRequest : IDisposable

The IRequest type exposes the following members.

Properties
  NameDescription
Public propertyFieldSet
Field definitions.
Public propertyFormat
Data format requested from the Sixp.
Public propertyId
Id.
Public propertyMinTimeBetweenUpdates
Minimum time between updates of a record (ms).
Public propertyPrl
The request.
Top
Methods
  NameDescription
Public methodExecute
Sets up a subscription based on the prl specified when the subscription was created.
Top
See Also