Facade()
Constructor.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public Facade()
Remarks
This IFacade implementation is a Singleton, so you should not call the constructor directly, but instead call the static Factory method, passing the unique key for this instance Facade.getInstance(() => new Facade())
Exceptions
System.Exception
Thrown if instance for this Singleton key has already been constructed