TransformationRunFactory.RegisterIpcChannel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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