Interface IReactiveObject
Interface implemented by observable / observer objects. This interface can either be manually implemented, or weaved or proxied into an object.
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IReactiveObject
Properties
| Improve this Doc View SourceSharedState
Gets the Shared State on this object.
Declaration
ISharedState SharedState { get; }
Property Value
Type | Description |
---|---|
ISharedState |