EventExtensions Public class
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Events
SharedLibraryCore.Events.EventExtensions[[EventExtensions]]
end
Loading
Returns |
Name |
Task |
InvokeAsync (Func <TEventType , CancellationToken , Task > function, TEventType eventArgType, CancellationToken token) |
Source code
public static Task InvokeAsync<TEventType>(Func<TEventType, CancellationToken, Task> function, TEventType eventArgType, CancellationToken token)
where TEventType :
Type |
Name |
Description |
Func <TEventType , CancellationToken , Task > |
function |
|
TEventType |
eventArgType |
|
CancellationToken |
token |
|
Generated with ModularDoc