GetEventsType
extends BaseRequestType
in package
Represents the operation used by pull clients to request notifications from the server.
Table of Contents
Properties
- $SubscriptionId : string
- Represents the identifier for a subscription that is queried for events.
- $Watermark : string
- Represents the last watermark returned to the client.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$SubscriptionId
Represents the identifier for a subscription that is queried for events.
public
string
$SubscriptionId
Tags
$Watermark
Represents the last watermark returned to the client.
public
string
$Watermark
If GetEvents has not been called for this subscription, the client uses the watermark returned from the Subscribe request. Otherwise, the watermark from the last event in the last GetEvents response is used.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed