Click or drag to resize

IHostEnsureLinkedHostedApplication Method (IApplicationIdentity)

Loads an application if not already loaded

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
ISharedHostedApplication EnsureLinkedHostedApplication(
	IApplicationIdentity applicationIdentity
)

Parameters

applicationIdentity
Type: EBP.Framework.Common.Interfaces.HostIApplicationIdentity
the application

Return Value

Type: ISharedHostedApplication
the hostedApplication
See Also