Click or drag to resize

JobGroupViewModelDispose(Boolean) method

Clean up here: calls Dispose() for all user elements that are disposable.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void Dispose(
	
	bool disposing
)

Parameters

disposing  Boolean
If true, this method has been replaced by the public Dispose method is called; if false, by the internal destructor.
See also