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.6.0.22
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 ExchangeService
- The service.
- subscriptionId String
- The id of a previously created streaming subscription.