예제 #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;
 }
예제 #2
0
 public AsyncRun(CloudClient client)
 {
     CCloudClient = client;
 }
예제 #3
0
파일: AsyncRun.cs 프로젝트: 12345fish/ZYNet
 public AsyncRun(CloudClient client)
 {
     CCloudClient = client;
     this.Id      = Id;
 }