Documentation

GetStreamingEventsType extends BaseRequestType
in package

Represents the operation that is used by clients to request streaming notifications from the server.

Table of Contents

Properties

$ConnectionTimeout  : int
Represents the number of minutes to keep a connection open.
$SubscriptionId  : NonEmptyArrayOfSubscriptionIdsType
Represents the identifier for a subscription that is queried for events.

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

$ConnectionTimeout

Represents the number of minutes to keep a connection open.

public int $ConnectionTimeout

The value must be between 1 and 30, inclusive.

Tags
since

Exchange 2010 SP1

$SubscriptionId

Represents the identifier for a subscription that is queried for events.

public NonEmptyArrayOfSubscriptionIdsType $SubscriptionId
Tags
since

Exchange 2010 SP1

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

        
On this page

Search results