ArcFM Responder Mobile Developer Guide
Dispose(Boolean) Method






Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal isDisposing As System.Boolean _
) 
'Usage
 
Dim instance As IncidentCauseStatisticsAggregation
Dim isDisposing As System.Boolean
 
instance.Dispose(isDisposing)
protected virtual void Dispose( 
   System.bool isDisposing
)
protected procedure Dispose( 
    isDisposing: System.Boolean
); virtual; 
protected function Dispose( 
   isDisposing : System.boolean
);
protected: virtual void Dispose( 
   System.bool isDisposing
) 
protected:
virtual void Dispose( 
   System.bool isDisposing
) 

Parameters

isDisposing
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IncidentCauseStatisticsAggregation Class
IncidentCauseStatisticsAggregation Members
Overload List

Send Feedback