Click or drag to resize
BaseDisposableDispose Method
Allows derived implemenations a chance to destory manged or unmanged resources. The System.Runtime.CompilerServices.MethodImplOptions.Synchronized attribute prevents two threads from being in this method at the same time.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public virtual void Dispose()

Implements

IDisposableDispose
See Also