public sealed class StreamingSubscriptionConnection : IDisposablePublic NotInheritable Class StreamingSubscriptionConnection
Implements IDisposablepublic ref class StreamingSubscriptionConnection sealed : IDisposable[<SealedAttribute>]
type StreamingSubscriptionConnection =
class
interface IDisposable
end| StreamingSubscriptionConnection(ExchangeService, Int32) | Initializes a new instance of the StreamingSubscriptionConnection class. |
| StreamingSubscriptionConnection(ExchangeService, IEnumerableStreamingSubscription, Int32) | Initializes a new instance of the StreamingSubscriptionConnection class. |
| 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. |