Show / Hide Table of Contents

Class LeftGuardedSynchronizationJob<TLeft, TRight>

Denotes a synchronization job guarded at the LHS

Inheritance
object
GuardedSynchronizationJob<TLeft, TRight>
LeftGuardedSynchronizationJob<TLeft, TRight>
Implements
ISynchronizationJob<TLeft, TRight>
Inherited Members
GuardedSynchronizationJob<TLeft, TRight>.IsEarly
GuardedSynchronizationJob<TLeft, TRight>.Perform(SynchronizationComputation<TLeft, TRight>, SynchronizationDirection, ISynchronizationContext)
GuardedSynchronizationJob<TLeft, TRight>.CreateTracker(SynchronizationComputation<TLeft, TRight>)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Synchronizations
Assembly: NMF.Synchronizations.dll
Syntax
public class LeftGuardedSynchronizationJob<TLeft, TRight> : GuardedSynchronizationJob<TLeft, TRight>, ISynchronizationJob<TLeft, TRight>
Type Parameters
Name Description
TLeft

The LHS type

TRight

The RHS type

Constructors

| Edit this page View Source

LeftGuardedSynchronizationJob(ISynchronizationJob<TLeft, TRight>, ObservingFunc<TLeft, bool>)

Creates a new synchronization job guarded at the LHS

Declaration
public LeftGuardedSynchronizationJob(ISynchronizationJob<TLeft, TRight> inner, ObservingFunc<TLeft, bool> guard)
Parameters
Type Name Description
ISynchronizationJob<TLeft, TRight> inner

The inner synchronization job

ObservingFunc<TLeft, bool> guard

The guard function

Methods

| Edit this page View Source

CreateTracker(SynchronizationComputation<TLeft, TRight>)

Creates a tracker for the given computation

Declaration
protected override INotifyValue<bool> CreateTracker(SynchronizationComputation<TLeft, TRight> computation)
Parameters
Type Name Description
SynchronizationComputation<TLeft, TRight> computation

The computation that shall be tracked

Returns
Type Description
INotifyValue<bool>
Overrides
GuardedSynchronizationJob<TLeft, TRight>.CreateTracker(SynchronizationComputation<TLeft, TRight>)

Implements

ISynchronizationJob<TLeft, TRight>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX