InitializeNotifier(String)

Set the Multiton key for this facade instance.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public void InitializeNotifier(
	string key
	)

Parameters

keyString

Remarks

Not called directly, but instead from the constructor when getInstance is invoked. It is necessary to be public in order to implement INotifier.