AdministrativePipes Property

Summary

Gets or sets the number of administrative pipes.

Syntax
C#
VB
C++
public int AdministrativePipes { get; set; } 
  
Public Property AdministrativePipes As Integer 
public: 
property int AdministrativePipes { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of administrative pipes.

Remarks

This setting controls the number of ServiceAdministrator object that can connect to the server. If the server does not have any administrative pipes left the ServiceAdministrator instance will not be able to send and receive administrative messages with the server. The default value is 10.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly