IIpcServer 接口

定义

描述 IPC) 服务器 (进程间通信。

public interface IIpcServer : IAsyncDisposable
type IIpcServer = interface
    interface IAsyncDisposable
Public Interface IIpcServer
Implements IAsyncDisposable
实现

属性

Completion

获取在服务器停止侦听传入连接时完成的任务。

Name

获取用于连接到此服务器的管道的名称。

TraceSource

获取 TraceSource 此服务器将记录到的 。

适用于