StreamingSubscriptionConnection(ExchangeService, Int32) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public StreamingSubscriptionConnection(
ExchangeService service,
int lifetime
)
Public Sub New (
service As ExchangeService,
lifetime As Integer
)
public:
StreamingSubscriptionConnection(
ExchangeService^ service,
int lifetime
)
new :
service : ExchangeService *
lifetime : int -> StreamingSubscriptionConnection
Параметры
- service ExchangeService
- The ExchangeService instance this connection uses to connect to the server.
- lifetime Int32
- The maximum time, in minutes, the connection will remain open. Lifetime must be between 1 and 30.