ExtensibilityDiagnosticManager<T>.ReportExtensionItemPropertyUpdatedCoreAsync 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.
protected virtual System.Threading.Tasks.Task ReportExtensionItemPropertyUpdatedCoreAsync (T item, string property, string value, System.Threading.CancellationToken cancellationToken);
abstract member ReportExtensionItemPropertyUpdatedCoreAsync : 'T * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ReportExtensionItemPropertyUpdatedCoreAsync : 'T * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function ReportExtensionItemPropertyUpdatedCoreAsync (item As T, property As String, value As String, cancellationToken As CancellationToken) As Task
Parameters
- item
- T
The item that owns the property that was updated.
- property
- String
The name of the property that was updated.
- value
- String
The new value of the property.
- cancellationToken
- CancellationToken
A token to signal cancellation.
Returns
A task to track the async work.