// Assembly: mscorlib
// Full name: Replica

public class Replica // TypeDefIndex: 3871
{
	// Fields
	type#27046 _replicator;
	type#20879 _timeout;
	type#20870 _remainingConcurrency;
	type#27010 _pendingTask;

	// Methods
	// RVA: -1
	protected type#28660 .ctor(type#27045 replicator, type#20867 maxConcurrency, type#20867 timeout) { }
	// RVA: -1
	public type#28660 Start() { }
	// RVA: -1
	public type#28660 Wait() { }
	// RVA: -1
	public type#28660 Execute() { }
	// RVA: -1
	protected abstract type#28660 CreateNewReplica() { }
	// RVA: -1
	protected abstract type#28660 ExecuteAction(type#11789 yieldedBeforeCompletion) { }
}
