public WorkerData( string workerId, string workerType, global::Improbable.Restricted.Connection connection) { this.workerId = workerId; this.workerType = workerType; this.connection = connection; }
public Data( string workerId, string workerType, global::Improbable.Restricted.Connection connection) { Value = new global::Improbable.Restricted.WorkerData( workerId, workerType, connection); }
public Update SetConnection(global::Improbable.Restricted.Connection _value) { connection.Set(_value); return(this); }
public Snapshot(string workerId, string workerType, global::Improbable.Restricted.Connection connection) { WorkerId = workerId; WorkerType = workerType; Connection = connection; }