1 iw4madminapplication CoreEventHandler
RaidMax edited this page 2023-05-20 22:09:21 -05:00

CoreEventHandler Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application
  IW4MAdmin.Application.CoreEventHandler[[CoreEventHandler]]
  end
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.ICoreEventHandler[[ICoreEventHandler]]
  class SharedLibraryCore.Interfaces.ICoreEventHandler interfaceStyle;
  end
SharedLibraryCore.Interfaces.ICoreEventHandler --> IW4MAdmin.Application.CoreEventHandler

Members

Methods

Public methods

Returns Name
void QueueEvent(IManager manager, CoreEvent coreEvent)
void StartProcessing(CancellationToken token)

Details

Inheritance

Constructors

CoreEventHandler

Source code

public CoreEventHandler(ILogger<CoreEventHandler> logger)
Arguments
Type Name Description
ILogger<CoreEventHandler> logger

Methods

QueueEvent

Source code

public virtual void QueueEvent(IManager manager, CoreEvent coreEvent)
Arguments
Type Name Description
IManager manager
CoreEvent coreEvent

StartProcessing

Source code

public virtual void StartProcessing(CancellationToken token)
Arguments
Type Name Description
CancellationToken token

Generated with ModularDoc