Udostępnij za pośrednictwem


ExtensibilityDiagnosticManager<T>.ReportExtensionItemPropertyUpdatedCoreAsync Method

Definition

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.

Applies to