StreamingSubscriptionConnection.OnNotificationEvent - событие |
Occurs when notifications are received from the server.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксисpublic event StreamingSubscriptionConnection.NotificationEventDelegate OnNotificationEvent
Public Event OnNotificationEvent As StreamingSubscriptionConnection.NotificationEventDelegate
public:
event StreamingSubscriptionConnection.NotificationEventDelegate^ OnNotificationEvent {
void add (StreamingSubscriptionConnection.NotificationEventDelegate^ value);
void remove (StreamingSubscriptionConnection.NotificationEventDelegate^ value);
}
member OnNotificationEvent : IEvent<StreamingSubscriptionConnection.NotificationEventDelegate,
NotificationEventArgs>
Значение
Тип:
Tessa.Exchange.WebServices.Data.StreamingSubscriptionConnection.NotificationEventDelegate
См. также