RemoveProxy(String)

Remove an IProxy instance from the Model by name.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract IProxy RemoveProxy(
	string proxyName
	)

Parameters

proxyNameString
the IProxy to remove from the Model.

Returns

the IProxy that was removed from the Model