StreamingSubscription - конструктор |
Initializes a new instance with the specified subscription id, for continuing an existing subscription.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public StreamingSubscription(
ExchangeService service,
string subscriptionId
)
Public Sub New (
service As ExchangeService,
subscriptionId As String
)
public:
StreamingSubscription(
ExchangeService^ service,
String^ subscriptionId
)
new :
service : ExchangeService *
subscriptionId : string -> StreamingSubscription
Параметры
- service
- Тип: Tessa.Exchange.WebServices.DataExchangeService
The service. - subscriptionId
- Тип: SystemString
The id of a previously created streaming subscription.
См. также