DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WorklistEventArgs Class / SetSuccess Method






In This Topic
    SetSuccess Method (WorklistEventArgs)
    In This Topic
    Set Worklist transaction SUCCESS response
    Syntax
    'Declaration
     
    
    Public Sub SetSuccess() 
    'Usage
     
    
    Dim instance As WorklistEventArgs
     
    instance.SetSuccess()
    public void SetSuccess()
    public procedure SetSuccess(); 
    public function SetSuccess();
    public: void SetSuccess(); 
    public:
    void SetSuccess(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also