Class IEventSubscription
Inheritance
System.Object
IEventSubscription
Implements
System.IDisposable
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public sealed class IEventSubscription : Object, IDisposable
Constructors
IEventSubscription()
Declaration
public IEventSubscription()
Fields
Event
Declaration
public IEvent Event
Field Value
Type | Description |
---|---|
IEvent |
Handler
Declaration
public object Handler
Field Value
Type | Description |
---|---|
System. |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable