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()
[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