PredictionClient(String, PredictionClientKind) Constructor
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.
Initializes a new instance of the PredictionClient class.
public PredictionClient (string name, System.Management.Automation.Subsystem.Prediction.PredictionClientKind kind);
new System.Management.Automation.Subsystem.Prediction.PredictionClient : string * System.Management.Automation.Subsystem.Prediction.PredictionClientKind -> System.Management.Automation.Subsystem.Prediction.PredictionClient
Public Sub New (name As String, kind As PredictionClientKind)
Parameters
- name
- String
Name of the interactive client.
- kind
- PredictionClientKind
Kind of the interactive client.