 | 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)
Syntaxbool IsLinkedHostedApplicationAvailable(
Guid linkedModuleGuid
)
Function IsLinkedHostedApplicationAvailable (
linkedModuleGuid As Guid
) As Boolean
Parameters
- linkedModuleGuid
- Type: System.Guid
module guid of linked application
Return Value
Type:
Booleantrue if linked hosted application is available, otherwise, false
See Also