mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
Cleaning
This commit is contained in:
@ -66,9 +66,11 @@ public class AsyncReply
|
||||
public bool Ready
|
||||
{
|
||||
get { return resultReady; }
|
||||
|
||||
}
|
||||
|
||||
public bool Failed => exception != null;
|
||||
|
||||
public Exception Exception => exception;
|
||||
|
||||
public object Wait()
|
||||
{
|
||||
|
Reference in New Issue
Block a user