Share via


IChannel Interface

Definition

A standard communication channel.

public interface IChannel : IDisposable, Microsoft.ML.Runtime.IPipe<Microsoft.ML.Runtime.ChannelMessage>
type IChannel = interface
    interface IPipe<ChannelMessage>
    interface IExceptionContext
    interface IDisposable
Public Interface IChannel
Implements IDisposable, IPipe(Of ChannelMessage)
Implements

Applies to