IChannelProvider 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.
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. |