View Latest Version View on GitHub
View Latest Version | View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / Register(Store) Method

Registers the provided store for notifications. A Store may only be registered once.

This is a public method.

public object Register(Store store)

Parameters

Returns object

Returns an object as an ID that can be used to unregister the provided store from messages.

Exceptions

See Also