Class AsyncDelegate<T>
Inheritance
AsyncDelegate<T>
Assembly: Libplanet.Net.dll
Syntax
public class AsyncDelegate<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
AsyncDelegate()
Declaration
Methods
|
Improve this Doc
View Source
InvokeAsync(T)
Declaration
public async Task InvokeAsync(T arg)
Parameters
Type |
Name |
Description |
T |
arg |
|
Returns
|
Improve this Doc
View Source
Register(Func<T, Task>)
Declaration
public void Register(Func<T, Task> func)
Parameters
Type |
Name |
Description |
Func<T, Task> |
func |
|
|
Improve this Doc
View Source
Unregister(Func<T, Task>)
Declaration
public void Unregister(Func<T, Task> func)
Parameters
Type |
Name |
Description |
Func<T, Task> |
func |
|