IndexRepositoryEvents Property |
Gets the event hub for subscribing to events.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic EventHub Events { get; }
Public ReadOnly Property Events As EventHub
Get
public:
property EventHub^ Events {
EventHub^ get ();
}
member Events : EventHub with get
Property Value
Type:
EventHubThe event hub for subscribing to events.
See Also