EventOptions
A complex data type that describes polling and other options for an event.
Schema
<xsd:complexType name="EventOptions">
<xsd:sequence>
<xsd:element name="DefaultEventPollingInterval"
type="xsd:long" minOccurs="0" />
<xsd:element name="DefaultEventPollingDuration"
type="xsd:long" minOccurs="0" />
<xsd:element name="DefaultEventLagTime" type="xsd:long"
minOccurs="0" /> <xsd:element name="EnableCustomEventService"
type="xsd:boolean" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Elements
DefaultEventPollingInterval
The amount of time to wait between polling the event.
DefaultEventPollingDuration
The duration of time to poll for an event.
DefaultEventLagTime
The amount of lag time for the event.
EnableCustomEventService
A flag indicating whether to enable the custom event service.