Share via


PipeServer Constructors

Definition

Overloads

PipeServer()
PipeServer(IntPtr)
PipeServer(String)
PipeServer(String, Boolean)

PipeServer()

public:
 PipeServer();
public PipeServer ();
Public Sub New ()

Applies to

PipeServer(IntPtr)

public:
 PipeServer(IntPtr ptr1);
public PipeServer (IntPtr ptr1);
new Dynamics.AX.Application.PipeServer : nativeint -> Dynamics.AX.Application.PipeServer
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

PipeServer(String)

public:
 PipeServer(System::String ^ text1);
public PipeServer (string text1);
new Dynamics.AX.Application.PipeServer : string -> Dynamics.AX.Application.PipeServer
Public Sub New (text1 As String)

Parameters

text1
String

Applies to

PipeServer(String, Boolean)

public:
 PipeServer(System::String ^ text1, bool flag1);
public PipeServer (string text1, bool flag1);
new Dynamics.AX.Application.PipeServer : string * bool -> Dynamics.AX.Application.PipeServer
Public Sub New (text1 As String, flag1 As Boolean)

Parameters

text1
String
flag1
Boolean

Applies to