Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Dispose Method (disposing)
NamespacesGenesyslab.Desktop.Infrastructure.DependencyInjectionContainerControlledLifetimeManagerExDispose(Boolean)
Standard Dispose pattern implementation. Not needed, but it keeps FxCop happy.
Declaration Syntax
C#Visual BasicVisual C++
protected void Dispose(
	bool disposing
)
Protected Sub Dispose ( _
	disposing As Boolean _
)
protected:
void Dispose(
	bool disposing
)
Parameters
disposing (Boolean)
Always true, since we don't have a finalizer.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)