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