| 
            
              PrecisionTimerDispose(Boolean) Method
             | 
          
        
        
            Releases the unmanaged resources used by the 
PrecisionTimer object and optionally releases the managed resources.
            
 
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxprotected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
)
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit function Dispose(disposing);
 View SourceParameters
- disposing  Boolean
 - true to release both managed and unmanaged resources; false to release only unmanaged resources.
 
See Also