IIpcServer Interface
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.
Describes an inter-process communication (IPC) server.
public interface IIpcServer : IAsyncDisposable
type IIpcServer = interface
interface IAsyncDisposable
Public Interface IIpcServer
Implements IAsyncDisposable
- Implements
Properties
Completion |
Gets a task that completes when the server has stopped listening for incoming connections. |
Name |
Gets the name of the pipe used to connect to this server. |
TraceSource |
Gets the TraceSource that this server will log to. |