Click or drag to resize

IHostIsLinkedHostedApplicationAvailable Method (Guid, IErrors)

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,
	IErrors errors
)

Parameters

linkedModuleGuid
Type: SystemGuid
module guid of linked application
errors
Type: EBP.Framework.Common.InterfacesIErrors
List of errors

Return Value

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