StreamingSubscriptionConnection(ExchangeService, IEnumerableStreamingSubscription, Int32) - конструктор

Initializes a new instance of the StreamingSubscriptionConnection class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public StreamingSubscriptionConnection(
	ExchangeService service,
	IEnumerable<StreamingSubscription> subscriptions,
	int lifetime
)

Параметры

service  ExchangeService
The ExchangeService instance this connection uses to connect to the server.
subscriptions  IEnumerableStreamingSubscription
The streaming subscriptions this connection is receiving events for.
lifetime  Int32
The maximum time, in minutes, the connection will remain open. Lifetime must be between 1 and 30.

См. также