Udostępnij za pośrednictwem


ExtensibilityDiagnosticManager<T>.ReportExtensionItemPropertyUpdatedAsync Method

Definition

Reports a property update to the IExtensibilityDiagnosticsService.

public virtual System.Threading.Tasks.Task ReportExtensionItemPropertyUpdatedAsync (object item, string property, string value, System.Threading.CancellationToken cancellationToken);
abstract member ReportExtensionItemPropertyUpdatedAsync : obj * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ReportExtensionItemPropertyUpdatedAsync : obj * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ReportExtensionItemPropertyUpdatedAsync (item As Object, property As String, value As String, cancellationToken As CancellationToken) As Task

Parameters

item
Object

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.

Implements

Exceptions

Thrown if item cannot be casted to T.

Applies to