FillBufferCallback Delegate | 
 
            Callback function to fill up the buffer from 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)
Syntaxpublic delegate int FillBufferCallback()
Public Delegate Function FillBufferCallback As Integer
public delegate int FillBufferCallback()
type FillBufferCallback = 
    delegate of unit -> intReturn Value
Type: 
Int32Number of bytes put into the buffer. A value less than buffer-size indicates end of stream at that position in the buffer
See Also