Represents the method that will handle the ReceiveCMoveResponse event.
Syntax
Parameters
- request
- The request this notification applies to.
- presentationID
- The Presentation Context ID. The ID provides information about both the class type of the data and the Transfer Syntax to use when transferring the data.
- messageID
- The Message ID. Each message sent by a member of a connection should have a unique ID. Since a member of a connection may send several messages, this ID allows that member to identify when a specific request has been completed.
- affectedClass
- The class affected by the request. This will be a SOP Class or a Meta SOP Class.
- status
- The status of the original request.
- remaining
- The number of remaining instances to search.
- completed
- The number of instances searched.
- failed
- The number of instances that failed the search.
- warning
- The number of instances in which warnings occurred.
- dataSet
- that contains the Data Set which holds additional information about a non-successful C-MOVE sub-operation.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also