Click or drag to resize

IHostEnsureLinkedHostedApplication Method (Guid)

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(
	Guid linkedModuleGuid
)

Parameters

linkedModuleGuid
Type: SystemGuid
the linked module id which the application should contain

Return Value

Type: ISharedHostedApplication
the hostedApplication
See Also