SetFailed(DicomDataSet,Int32) Method
In This Topic
Indicate that an instance was not accepted
Syntax
'Declaration
Public Overloads Sub SetFailed( _
ByVal As DicomDataSet, _
ByVal As System.Integer _
)
'Usage
Dim instance As StowEventArgs
Dim DataSet As DicomDataSet
Dim Reason As System.Integer
instance.SetFailed(DataSet, Reason)
public void SetFailed(
DicomDataSet ,
System.int
)
public procedure SetFailed(
: DicomDataSet;
: System.Integer
);
public function SetFailed(
: DicomDataSet,
: System.int
);
public: void SetFailed(
DicomDataSet* ,
System.int
)
public:
void SetFailed(
DicomDataSet^ ,
System.int
)
Parameters
- DataSet
- The accepted instance
- Reason
- The error reason code, which will be returned to the client
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also