'Declaration Public Delegate Function DicomAttribute.DelayedDataRoutine( _ ByVal ds As DicomDataSet _ ) As Byte()
'Usage Dim instance As New DicomAttribute.DelayedDataRoutine(AddressOf HandlerMethod)
public delegate byte[] DicomAttribute.DelayedDataRoutine( DicomDataSet ds )
public delegate array<byte>^ DicomAttribute.DelayedDataRoutine( DicomDataSet^ ds )
Parameters
- ds
- The dataset the bid is realted to
Return Value
Binary data as byte[]