Sdílet prostřednictvím


FeedbackHub Class

Definition

Provides a set of feedbacks for given input.

[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(1)]
public static class FeedbackHub
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type FeedbackHub = class
Public Class FeedbackHub
Inheritance
FeedbackHub
Attributes

Methods

GetFeedback(Runspace)

Collect the feedback from registered feedback providers using the default timeout.

GetFeedback(Runspace, Int32)

Collect the feedback from registered feedback providers using the specified timeout.

Applies to