Class MySimpleTransientEventHandler
Inheritance
object
MySimpleTransientEventHandler
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.Local
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class MySimpleTransientEventHandler : ILocalEventHandler<MySimpleEventData>, IEventHandler, IDisposable
Constructors
MySimpleTransientEventHandler()
Declaration
public MySimpleTransientEventHandler()
Properties
DisposeCount
Declaration
public static int DisposeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HandleCount
Declaration
public static int HandleCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Dispose()
Declaration
public void Dispose()
HandleEventAsync(MySimpleEventData)
Declaration
public Task HandleEventAsync(MySimpleEventData eventData)
Parameters
| Type | Name | Description |
|---|---|---|
| MySimpleEventData | eventData |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable