DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / StowEventArgs Class / SetSuccess Method
The accepted instance






In This Topic
    SetSuccess Method
    In This Topic
    Indicate that an instance was accepted
    Syntax
    'Declaration
     
    
    Public Sub SetSuccess( _
       ByVal DataSet As DicomDataSet _
    ) 
    'Usage
     
    
    Dim instance As StowEventArgs
    Dim DataSet As DicomDataSet
     
    instance.SetSuccess(DataSet)
    public void SetSuccess( 
       DicomDataSet DataSet
    )
    public procedure SetSuccess( 
        DataSet: DicomDataSet
    ); 
    public function SetSuccess( 
       DataSet : DicomDataSet
    );
    public: void SetSuccess( 
       DicomDataSet* DataSet
    ) 
    public:
    void SetSuccess( 
       DicomDataSet^ DataSet
    ) 

    Parameters

    DataSet
    The accepted instance
    Remarks
    Either this, or SetFailed should be called for each instance in DataSets before returning from the event
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also