Ejemplo n.º 1
0
 public WorkerData(
     string workerId,
     string workerType,
     global::Improbable.Restricted.Connection connection)
 {
     this.workerId   = workerId;
     this.workerType = workerType;
     this.connection = connection;
 }
Ejemplo n.º 2
0
 public Data(
     string workerId,
     string workerType,
     global::Improbable.Restricted.Connection connection)
 {
     Value = new global::Improbable.Restricted.WorkerData(
         workerId,
         workerType,
         connection);
 }
Ejemplo n.º 3
0
 public Update SetConnection(global::Improbable.Restricted.Connection _value)
 {
     connection.Set(_value);
     return(this);
 }
Ejemplo n.º 4
0
 public Snapshot(string workerId, string workerType, global::Improbable.Restricted.Connection connection)
 {
     WorkerId   = workerId;
     WorkerType = workerType;
     Connection = connection;
 }