Click or drag to resize

IHostedApplicationsFindByModule Method

Gets the IHostedApplication corresponding to the given module Guid

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 FindByModule(
	Guid id
)

Parameters

id
Type: SystemGuid
the module Guid

Return Value

Type: ISharedHostedApplication
the corresponding IHostedApplication, if any; otherwise, null
See Also