IChannelProvider Interface

Definition

A channel provider can create new channels and generic information pipes.

public interface IChannelProvider : Microsoft.ML.Runtime.IExceptionContext
type IChannelProvider = interface
    interface IExceptionContext
Public Interface IChannelProvider
Implements IExceptionContext
Derived
Implements

Properties

ContextDescription

A string describing the context itself.

(Inherited from IExceptionContext)

Methods

Process<TException>(TException) (Inherited from IExceptionContext)
Start(String)

Start a standard message channel.

StartPipe<TMessage>(String)

Start a generic information pipe.

Applies to