Interface IComputedValue
Interface for Computed values.
Inherited Members
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IComputedValue : IValue
Methods
| Improve this Doc View SourceSuspend()
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()