 | 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)
SyntaxISharedHostedApplication FindByModule(
Guid id
)
Function FindByModule (
id As Guid
) As ISharedHostedApplication
Parameters
- id
- Type: SystemGuid
the module Guid
Return Value
Type:
ISharedHostedApplicationthe corresponding IHostedApplication, if any; otherwise, null
See Also