Delegate ByteTargetCallback
- Namespace
- FellowOakDicom.IO
- Assembly
- fo-dicom.core.dll
Callback delegate for asynchronous IByteTarget operations.
public delegate void ByteTargetCallback(IByteTarget target, object state)
Parameters
target
IByteTargetByte target.
state
objectCallback state.
- Extension Methods