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(Action<ActionData>) Method

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

This is a public method.

public object Register(Action<ActionData> callback)

Parameters

Returns object

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

Exceptions

See Also