Для изменения размера нажмите или перетащите

StreamingSubscriptionConnection - класс

Represents a connection to an ongoing stream of events.
Иерархия наследования
SystemObject
  Tessa.Exchange.WebServices.DataStreamingSubscriptionConnection

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public sealed class StreamingSubscriptionConnection : IDisposable

Тип StreamingSubscriptionConnection предоставляет следующие члены.

Конструкторы
Свойства
  ИмяОписание
Открытое свойствоCurrentSubscriptions
Getting the current subscriptions in this connection.
Открытое свойствоIsOpen
Gets a value indicating whether this connection is opened
В начало страницы
Методы
  ИмяОписание
Открытый методAddSubscription
Adds a subscription to this connection.
Открытый методClose
Closes this connection so it stops receiving events from the server. This terminates a long-standing call to EWS.
Открытый методDispose
Frees resources associated with this StreamingSubscriptionConnection.
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Finalizes an instance of the StreamingSubscriptionConnection class.
(Переопределяет ObjectFinalize.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методOpen
Opens this connection so it starts receiving events from the server. This results in a long-standing call to EWS.
Открытый методRemoveSubscription
Removes the specified streaming subscription from the connection.
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
События
  ИмяОписание
Открытое событиеOnDisconnect
Occurs when a streaming subscription connection is disconnected from the server.
Открытое событиеOnNotificationEvent
Occurs when notifications are received from the server.
Открытое событиеOnSubscriptionError
Occurs when a subscription encounters an error.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также