TransformationRunFactory.RegisterIpcChannel 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| RegisterIpcChannel() |
这会创建 IPC 通道,以允许 AppDomain 与其他进程通信。 端口名称是生成的 GUID。 |
| RegisterIpcChannel(String) |
这会创建 IPC 通道,以允许 AppDomain 与其他进程通信。 |
RegisterIpcChannel()
这会创建 IPC 通道,以允许 AppDomain 与其他进程通信。 端口名称是生成的 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 ()
适用于
RegisterIpcChannel(String)
这会创建 IPC 通道,以允许 AppDomain 与其他进程通信。
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)
参数
- portName
- String