Click or drag to resize

IEventSubscription Interface

[This is preliminary documentation and is subject to change.]

Object which represents a subscription to an event When disposed, automatically unsubscribes from the event

Namespace:  CSInfrastructure.Events
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IEventSubscription : IDisposable

The IEventSubscription type exposes the following members.

Properties
  NameDescription
Public propertyEventType
The type of event being subscribed to.
Public propertyId
An ID that uniquely identifies the subscription
Top
See Also