←Select platform

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 doesn't 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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly