-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreevents EventExtensions
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Events
SharedLibraryCore.Events.EventExtensions[[EventExtensions]]
end
Returns | Name |
---|---|
Task |
InvokeAsync (Func <TEventType , CancellationToken , Task > function, TEventType eventArgType, CancellationToken token) |
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