Click or drag to resize

AsynchDataProgressDispose Method (Boolean)

Releases the unmanaged resources used by the AsynchDataProgress and optionally releases the managed resources

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
protected virtual void Dispose(
	bool A_0
)

Parameters

A_0
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also