Class InstallBlocker
This class ...
Implements
Inherited Members
Namespace: DotNetNuke.Services.Installer.Blocker
Assembly: DotNetNuke.dll
Syntax
public class InstallBlocker : ServiceLocator<IInstallBlocker, InstallBlocker>, IInstallBlocker
Methods
| Improve this Doc View SourceGetFactory()
Gets the service locator factory.
Declaration
protected override Func<IInstallBlocker> GetFactory()
Returns
Type | Description |
---|---|
Func<IInstallBlocker> | A factory function. |
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Services.Installer.Blocker.IInstallBlocker, DotNetNuke.Services.Installer.Blocker.InstallBlocker>.GetFactory()
|
Improve this Doc
View Source
IsInstallInProgress()
This class ...
Declaration
public bool IsInstallInProgress()
Returns
Type | Description |
---|---|
System.Boolean |
RegisterInstallBegining()
This class ...
Declaration
public void RegisterInstallBegining()
RegisterInstallEnd()
This class ...
Declaration
public void RegisterInstallEnd()