Click or drag to resize

IHostedApplicationsRemove Method

Removes the given IHostedApplication from the collection

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
void Remove(
	ISharedHostedApplication hostedApplication
)

Parameters

hostedApplication
Type: EBP.Framework.Common.Interfaces.HostISharedHostedApplication
the IHostedApplication to remove
See Also