protected override void OnReceiveCEchoResponse(
byte ,
int ,
string ,
DicomCommandStatusType
)
'Declaration
Protected Overrides Sub OnReceiveCEchoResponse( _
ByVal As Byte, _
ByVal As Integer, _
ByVal As String, _
ByVal As DicomCommandStatusType _
)
'Usage
Dim instance As DicomConnection
Dim presentationID As Byte
Dim messageID As Integer
Dim affectedClass As String
Dim status As DicomCommandStatusType
instance.OnReceiveCEchoResponse(presentationID, messageID, affectedClass, status)
protected:
void OnReceiveCEchoResponse(
byte ,
int ,
String^ ,
DicomCommandStatusType
) override