Click or drag to resize

GetObjectResponseDispose Method (Boolean)

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

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
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