Delegate ByteTargetCallback
Callback delegate for asynchronous IByteTarget operations.
Namespace: FellowOakDicom.IO
Assembly: fo-dicom.core.dll
Syntax
public delegate void ByteTargetCallback(IByteTarget target, object state);
Parameters
Type | Name | Description |
---|---|---|
IByteTarget | target | Byte target. |
System.Object | state | Callback state. |