RemoveProxy(String)
Remove an IProxy from the Model.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public IProxy RemoveProxy( string proxyName )
Parameters
proxyName
StringproxyName name of the IProxy instance to be removed.
Returns
the IProxy that was removed from the Model