Click or drag to resize

IHostedApplications.Add Method

Adds the given IHostedApplication to 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 Add(
	ISharedHostedApplication hostedApplication
)

Parameters

hostedApplication
Type: EBP.Framework.Common.Interfaces.Host.ISharedHostedApplication
the IHostedApplication to add
See Also