Click or drag to resize

ObsWebServiceResponseDispose Method (Boolean)

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

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public void Dispose(
	bool disposing
)

Parameters

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