public delegate void ReceiveCMoveResponseDelegate(
DicomRequest ,
byte ,
int ,
string ,
DicomCommandStatusType ,
int remaining,
int ,
int ,
int ,
DicomDataSet
)
'Declaration
Public Delegate Sub ReceiveCMoveResponseDelegate( _
ByVal As DicomRequest, _
ByVal As Byte, _
ByVal As Integer, _
ByVal As String, _
ByVal As DicomCommandStatusType, _
ByVal remaining As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As DicomDataSet _
)
'Usage
Dim instance As New ReceiveCMoveResponseDelegate(AddressOf HandlerMethod)