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






    SetSuccess Method (StowEventArgs)
    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)

    Parameters

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also