FeedbackHub.GetFeedback 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.
Overloads
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. |
GetFeedback(Runspace)
Collect the feedback from registered feedback providers using the default timeout.
public static System.Collections.Generic.List<System.Management.Automation.Subsystem.Feedback.FeedbackResult>? GetFeedback (System.Management.Automation.Runspaces.Runspace runspace);
static member GetFeedback : System.Management.Automation.Runspaces.Runspace -> System.Collections.Generic.List<System.Management.Automation.Subsystem.Feedback.FeedbackResult>
Public Shared Function GetFeedback (runspace As Runspace) As List(Of FeedbackResult)
Parameters
- runspace
- Runspace
Returns
Applies to
GetFeedback(Runspace, Int32)
Collect the feedback from registered feedback providers using the specified timeout.
public static System.Collections.Generic.List<System.Management.Automation.Subsystem.Feedback.FeedbackResult>? GetFeedback (System.Management.Automation.Runspaces.Runspace runspace, int millisecondsTimeout);
static member GetFeedback : System.Management.Automation.Runspaces.Runspace * int -> System.Collections.Generic.List<System.Management.Automation.Subsystem.Feedback.FeedbackResult>
Public Shared Function GetFeedback (runspace As Runspace, millisecondsTimeout As Integer) As List(Of FeedbackResult)
Parameters
- runspace
- Runspace
- millisecondsTimeout
- Int32