IProgressChannelProvider.StartProgressChannel(String) Method
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.
Create a progress channel for a computation named name
.
public Microsoft.ML.Runtime.IProgressChannel StartProgressChannel (string name);
abstract member StartProgressChannel : string -> Microsoft.ML.Runtime.IProgressChannel
Public Function StartProgressChannel (name As String) As IProgressChannel
Parameters
- name
- String