IProgressChannelProvider Interface

Definition

This is a factory interface for IProgressChannel. Both IHostEnvironment and IProgressChannel implement this interface, to allow for nested progress reporters.

REVIEW: make IChannelProvider implement this, instead of the environment?

public interface IProgressChannelProvider
type IProgressChannelProvider = interface
Public Interface IProgressChannelProvider
Derived

Methods

StartProgressChannel(String)

Create a progress channel for a computation named name.

Applies to