'Declaration
Public Property NumberWarning As Integer
'Usage
Dim instance As QueryReceivedArgs Dim value As Integer instance.NumberWarning = value value = instance.NumberWarning
public int NumberWarning {get; set;}
'Declaration
Public Property NumberWarning As Integer
'Usage
Dim instance As QueryReceivedArgs Dim value As Integer instance.NumberWarning = value value = instance.NumberWarning
public int NumberWarning {get; set;}
Values are updated automatically as part of SendImages, each operation decrementing NumberRemaining, and incrementing NumberCompleted, NumberWarning or NumberFailed according to the status returned.
If NumberRemaining is less than the number of images sent by a SendImages call, then NumberRemaining is set to the number of images to be returned by that call. Therefore, if an application intends to return all the images for a request in one operation, then it need not manipulate these values at all, as the DicomAssociation object will handle then automatically. If however the application wishes to call SendImages more than once, then NumberRemaining must be set correctly before the first call.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2