Partager via


PredictionClient(String, PredictionClientKind) Constructor

Definition

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.

Applies to