'Declaration
Public Property ReturnStatus As Integer
'Usage
Dim instance As ResponseReceivedArgs Dim value As Integer instance.ReturnStatus = value value = instance.ReturnStatus
public int ReturnStatus {get; set;}
'Declaration
Public Property ReturnStatus As Integer
'Usage
Dim instance As ResponseReceivedArgs Dim value As Integer instance.ReturnStatus = value value = instance.ReturnStatus
public int ReturnStatus {get; set;}
C-GET request causes internal C-STORE operations to happen and this property provides means to send status back after each single instance received via C-STORE. The default value is zero and if you need to send non-zero status back to indicate an unsuccessful C-Store operation, set this property to any non-zero value (normally 1).
The COM version hasn't got such a property to send non-zero C-Store (caused by C-GET) status back.
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