Click or drag to resize
WriteBufferCallback Delegate
Callback function for writing the content of the buffer to storage,

Namespace: DHI.Generic.MikeZero.DFS
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 17.0.0.0 (11.1.1.1111)
Syntax
public delegate int WriteBufferCallback(
	int bufferContent
)

Parameters

bufferContent
Type: SystemInt32
Specifies number of bytes in the buffer to be written

Return Value

Type: Int32
Number of bytes actually written
See Also