Show / Hide Table of Contents

Class AsyncDelegate<T>

Inheritance
Object
AsyncDelegate<T>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net
Assembly: Libplanet.Net.dll
Syntax
public class AsyncDelegate<T>
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–2023 Planetarium