Table of Contents

OnModuleDisable

Methods
protected override void OnModuleDisable()

Derived types can optionally implement this execute code when the module is disabled.

Overrides
HubModule.OnModuleDisable()
Remarks

Derived types do not need to execute base.OnModuleDisable() when overriding this method, the base implementation will always be empty.