Delegate ByteSourceCallback
Delegate for IByteSource callback functions.
Namespace: FellowOakDicom.IO
Assembly: fo-dicom.core.dll
Syntax
public delegate void ByteSourceCallback(IByteSource source, object state);
Parameters
Type | Name | Description |
---|---|---|
IByteSource | source | Byte source. |
System.Object | state | Callback state. |