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