MessageID Property

Summary
Gets or sets the message ID.
Syntax
C#
C++/CLI
public int MessageID { get; set; } 
public: 
property int MessageID { 
   int get(); 
   void set (    int ); 
} 

Property Value

A System.Int32 value that represents the Message ID.

Remarks

Each message sent by a member of a connection should have a unique ID. Since a member of a connection may send several messages, this ID allows that member to identify when a specific request has been completed.

Requirements

Target Platforms

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.