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