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: 19.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