Ejemplo n.º 1
0
 public AsyncCalls(ILoggerFactory loggerFactory, long id, int cmd, CloudClient client, Object obj, MethodInfo method, object[] args, bool ishavereturn)
 {
     IsHaveReturn       = ishavereturn;
     Obj                = obj;
     Method             = method;
     Args               = args;
     CCloudClient       = client;
     Id                 = id;
     Cmd                = cmd;
     FodyDir            = new Dictionary <Type, Type>();
     Log                = new DefaultLog(loggerFactory?.CreateLogger <AsyncCalls>());
     this.LoggerFactory = loggerFactory;
 }
Ejemplo n.º 2
0
 public AsyncRun(CloudClient client)
 {
     CCloudClient = client;
 }
Ejemplo n.º 3
0
 public AsyncRun(CloudClient client)
 {
     CCloudClient = client;
     this.Id      = Id;
 }