Show / Hide Table of Contents

Interface IComputedValue

Interface for Computed values.

Inherited Members
IValue.Value
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IComputedValue : IValue

Methods

| Improve this Doc View Source

Suspend()

Suspends computation of this computed value when the last observer leaves. Computed values are automatically teared down when the last observer leaves. This process happens recursively, this computed might be the last observabe of another, etc.

Declaration
void Suspend()

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX