StreamingSubscriptionConnection(ExchangeService, IEnumerableStreamingSubscription, Int32) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public StreamingSubscriptionConnection(
ExchangeService service,
IEnumerable<StreamingSubscription> subscriptions,
int lifetime
)
Public Sub New (
service As ExchangeService,
subscriptions As IEnumerable(Of StreamingSubscription),
lifetime As Integer
)
public:
StreamingSubscriptionConnection(
ExchangeService^ service,
IEnumerable<StreamingSubscription^>^ subscriptions,
int lifetime
)
new :
service : ExchangeService *
subscriptions : IEnumerable<StreamingSubscription> *
lifetime : int -> StreamingSubscriptionConnection
Параметры
- service
- Тип: Tessa.Exchange.WebServices.DataExchangeService
The ExchangeService instance this connection uses to connect to the server. - subscriptions
- Тип: System.Collections.GenericIEnumerableStreamingSubscription
The streaming subscriptions this connection is receiving events for. - lifetime
- Тип: SystemInt32
The maximum time, in minutes, the connection will remain open. Lifetime must be between 1 and 30.
См. также