[This is preliminary documentation and is subject to change.]
Prepares a feedback report of a specific FeedbackType for the given operation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Feedback( FeedbackType type, string operation, IDictionary<string, string> details )
Public Sub New ( _ type As FeedbackType, _ operation As String, _ details As IDictionary(Of String, String) _ )
public: Feedback( FeedbackType type, String^ operation, IDictionary<String^, String^>^ details )
Parameters
- type (FeedbackType)
- The type of feedback being collected.
- operation (String)
- The operation that failed if type is ApplicationFailure.
- details (IDictionary<(Of <(<'String, String>)>)>)
- Any associated data to send with the report.