DicomObjects.NET Core 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:
    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: 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

    See Also