Sdílet prostřednictvím


IChannel Rozhraní

Definice

Standardní komunikační kanál.

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)
Implementuje

Vlastnosti

ContextDescription

Řetězec popisující samotný kontext.

(Zděděno od IExceptionContext)

Metody

Error(MessageSensitivity, String)

Standardní komunikační kanál.

Error(MessageSensitivity, String, Object[])

Standardní komunikační kanál.

Info(MessageSensitivity, String)

Standardní komunikační kanál.

Info(MessageSensitivity, String, Object[])

Standardní komunikační kanál.

Process<TException>(TException)

Standardní komunikační kanál.

(Zděděno od IExceptionContext)
Send(TMessage)

Volající relinquishes vlastnictví objektu msg .

(Zděděno od IPipe<TMessage>)
Trace(MessageSensitivity, String)

Standardní komunikační kanál.

Trace(MessageSensitivity, String, Object[])

Standardní komunikační kanál.

Warning(MessageSensitivity, String)

Standardní komunikační kanál.

Warning(MessageSensitivity, String, Object[])

Standardní komunikační kanál.

Platí pro