CMoveClientSessionProxy Constructor

Summary

Initializes a new instance of the CMoveClientSessionProxy class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal Session As ClientSession, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String _ 
) 
public: 
CMoveClientSessionProxy(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly