HasProxy(String)
Check if a Proxy is registered
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract bool HasProxy( string proxyName )
Parameters
proxyName
StringReturns
Boolean
whether a Proxy is currently registered with the given proxyName.