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