Click or drag to resize

IHost.IsLinkedHostedApplicationAvailable Method (Guid)

Ensure linked application that contains the module is launched,

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

Parameters

linkedModuleGuid
Type: System.Guid
module guid of linked application

Return Value

Type: Boolean
true if linked hosted application is available, otherwise, false
See Also