BlobReleaseDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ReleaseDelegate instead.
The delegate that will be invoked when a blob is ready to be discarded.
public delegate void BlobReleaseDelegate(object context);
[System.Obsolete("Use ReleaseDelegate instead.")]
public delegate void BlobReleaseDelegate(object context);
Parameters
- context
- Object
The user data passed to Blob(IntPtr, UInt32, MemoryMode, Object, BlobReleaseDelegate).
- Attributes