mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-16 17:30:23 +00:00
AsyncReply is awaitable
This commit is contained in:
@@ -32,17 +32,9 @@ namespace Esiur.Engine
|
||||
{
|
||||
public class AsyncReply
|
||||
{
|
||||
public enum ErrorType
|
||||
{
|
||||
Management,
|
||||
Exception
|
||||
}
|
||||
|
||||
|
||||
|
||||
public enum ProgressType
|
||||
{
|
||||
Execution,
|
||||
Network,
|
||||
}
|
||||
|
||||
protected List<Action<object>> callbacks = new List<Action<object>>();
|
||||
protected object result;
|
||||
|
||||
Reference in New Issue
Block a user