1 sharedlibrarycoreevents EventExtensions
RaidMax edited this page 2023-05-20 22:09:21 -05:00

EventExtensions Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Events
  SharedLibraryCore.Events.EventExtensions[[EventExtensions]]
  end

Members

Methods

Public Static methods

Returns Name
Task InvokeAsync(Func<TEventType, CancellationToken, Task> function, TEventType eventArgType, CancellationToken token)

Details

Methods

InvokeAsync

Source code

public static Task InvokeAsync<TEventType>(Func<TEventType, CancellationToken, Task> function, TEventType eventArgType, CancellationToken token)
where TEventType : 
Arguments
Type Name Description
Func<TEventType, CancellationToken, Task> function
TEventType eventArgType
CancellationToken token

Generated with ModularDoc