Visual Basic (Declaration) | |
---|---|
Public Sub SendReleaseResponse() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomNet instance.SendReleaseResponse() |
C# | |
---|---|
public void SendReleaseResponse() |
C++/CLI | |
---|---|
public: void SendReleaseResponse(); |
For an example, refer to Leadtools.Dicom.DicomNet.SendAssociateRequest.
SendReleaseResponse is sent by the server in response to a SendReleaseRequest call placed by the client. It generates a call to Leadtools.Dicom.DicomNet.OnReceiveReleaseResponse on the client. The client and server can now close the DICOM Association by calling Close. For more information about ending a DICOM Association, refer to Closing a DICOM Associate Connection.
Please note that ending the DICOM Association by calling SendReleaseRequest and SendReleaseResponse is preferable to calling SendAbort.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)