Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
OnAccept Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : OnAccept Method




error
An error code.
Notifies a listening connection (SCP) that it can accept pending connection requests.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnAccept( _
   ByVal error As DicomExceptionCode _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim error As DicomExceptionCode
 
instance.OnAccept(error)
C# 
protected virtual void OnAccept( 
   DicomExceptionCode error
)
Managed Extensions for C++ 
protected: virtual void OnAccept( 
   DicomExceptionCode error
) 
C++/CLI 
protected:
virtual void OnAccept( 
   DicomExceptionCode error
) 

Parameters

error
An error code.

Example

For an example, refer to SendAssociateRequest.

Remarks

A call to this method is generated on an SCP when an SCU calls Connect.

To accept a connection request, call Accept.

You should always accept a connection request. Once the connection is made you can check the client and close the connection if you do not wish to maintain it. Since the connection requests are queued, if you do not accept a connection, it remains in the queue. When the next request is received, it is placed in the queue behind the first request. Calling Accept at this point will connect the first request, not the second, since the first request is still in the queue.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features