Leadtools.Dicom.AddIn Namespace > DicomRequest Class : RequestDone Event |
public event RequestDoneDelegate RequestDone
'Declaration Public Event RequestDone As RequestDoneDelegate
'Usage Dim instance As DicomRequest Dim handler As RequestDoneDelegate AddHandler instance.RequestDone, handler
public event RequestDoneDelegate RequestDone
add_RequestDone(function(sender, e)) remove_RequestDone(function(sender, e))
public: event RequestDoneDelegate^ RequestDone
The event handler receives an argument of type DicomRequestEventArgs containing data related to this event. The following DicomRequestEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AssociationRejected | Gets or a value indicating whether the association was rejected. |
Connected | Gets a value indicating whether this request is connected. |
Exception | Gets the exception that occured during the request. |
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