←Select platform

CMoveClientSessionProxy Constructor

Summary

Initializes a new instance of the CMoveClientSessionProxy class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal Session As Leadtools.Dicom.Scp.ClientSession, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String _ 
) 
public: 
CMoveClientSessionProxy(  
   Leadtools.Dicom.Scp.ClientSession^ Session, 
   byte presentationID, 
   int messageID, 
   String^ abstractClass 
) 

Parameters

Session
The ClientSession object which will handle sending the actual communication.

presentationID
The presentation ID that came with the C-MOVE request.

messageID
The message ID that came with the C-MOVE request.

abstractClass
The Abstract Class that came with the C-MOVE request.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly