Show / Hide Table of Contents

Class AsyncDelegate<T>

Inheritance
Object
AsyncDelegate<T>
Namespace: Libplanet.Net
Assembly: Libplanet.Net.dll
Syntax
public class AsyncDelegate<T> : object
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

AsyncDelegate()

Declaration
public AsyncDelegate()

Methods

| Improve this Doc View Source

InvokeAsync(T)

Declaration
public async Task InvokeAsync(T arg)
Parameters
Type Name Description
T arg
Returns
Type Description
Task
| 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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium