コード例 #1
0
 public WriteHandler(AsyncUserDefinedFunction parent, AsyncClient client, Key key, string binName)
 {
     this.parent  = parent;
     this.client  = client;
     this.key     = key;
     this.binName = binName;
 }
コード例 #2
0
 public ExecuteHandler(AsyncUserDefinedFunction parent, Key key)
 {
     this.parent = parent;
     this.key    = key;
 }
コード例 #3
0
 public WriteHandler(AsyncUserDefinedFunction parent, AsyncClient client, Key key, string binName)
 {
     this.parent = parent;
     this.client = client;
     this.key = key;
     this.binName = binName;
 }
コード例 #4
0
 public ReadHandler(AsyncUserDefinedFunction parent, Key key)
 {
     this.parent = parent;
     this.key = key;
 }