RemoveProxy(String)
Remove an IProxy from the Model by name.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public IProxy RemoveProxy( string proxyName )
Parameters
proxyName
Stringthe IProxy to remove from the Model.
Returns
the IProxy that was removed from the Model