Share via


TransformationRunFactory.RegisterIpcChannel Method

Definition

Overloads

RegisterIpcChannel()

This creates an IPC channel to allow an AppDomain to talk to other processes. The port name is a generated GUID.

RegisterIpcChannel(String)

This creates an IPC channel to allow an AppDomain to talk to other processes.

RegisterIpcChannel()

This creates an IPC channel to allow an AppDomain to talk to other processes. The port name is a generated GUID.

public:
 static void RegisterIpcChannel();
public:
 static void RegisterIpcChannel();
 static void RegisterIpcChannel();
public static void RegisterIpcChannel ();
static member RegisterIpcChannel : unit -> unit
Public Shared Sub RegisterIpcChannel ()

Applies to

RegisterIpcChannel(String)

This creates an IPC channel to allow an AppDomain to talk to other processes.

public:
 static void RegisterIpcChannel(System::String ^ portName);
public:
 static void RegisterIpcChannel(Platform::String ^ portName);
 static void RegisterIpcChannel(std::wstring const & portName);
public static void RegisterIpcChannel (string portName);
static member RegisterIpcChannel : string -> unit
Public Shared Sub RegisterIpcChannel (portName As String)

Parameters

portName
String

Applies to