SendPending Method (DicomAssociation)
In This Topic
Send a "pending" response to an outstanding C-MOVE request
Syntax
'Declaration
<System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")>
Public Sub SendPending()
'Usage
Dim instance As DicomAssociation
instance.SendPending()
[System.Obsolete("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")]
public void SendPending()
public procedure SendPending();
System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")
public function SendPending();
[System.Obsolete("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")]
public: void SendPending();
[System.Obsolete("This method should be replaced by QueryReceivedArgs.SendPending (e.SendPending) which also handles DICOM Asynchronous operations")]
public:
void SendPending();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also