Condividi tramite


IRemoteProxiedUserControlClient.RemoteCollectionChangedAsync Metodo

Definizione

Questo metodo viene chiamato quando un oggetto che implementa INotifyCollectionChanged viene aggiornato dopo che è stato inviato per la prima volta al client.

public System.Threading.Tasks.Task RemoteCollectionChangedAsync (Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId id, Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion? version, Microsoft.VisualStudio.RpcContracts.RemoteUI.RemoteCollectionChanges changes, System.Threading.CancellationToken cancellationToken);
abstract member RemoteCollectionChangedAsync : Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId * Nullable<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion> * Microsoft.VisualStudio.RpcContracts.RemoteUI.RemoteCollectionChanges * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoteCollectionChangedAsync (id As ObjectId, version As Nullable(Of ObjectVersion), changes As RemoteCollectionChanges, cancellationToken As CancellationToken) As Task

Parametri

id
ObjectId

Identificatore dell'oggetto identificabile in modo univoco aggiornato.

version
Nullable<ObjectVersion>

Versione corrente dell'oggetto.

changes
RemoteCollectionChanges

Descrizione delle modifiche apportate alla raccolta.

cancellationToken
CancellationToken

Token di annullamento per la chiamata asincrona.

Restituisce

Oggetto Task che verifica il completamento dell'operazione asincrona.

Si applica a