IUpdateReceiver Interface

Definition

Used to send command update events over an RPC connection from the ICommandSetProvider to the client and from the client to the ICommandSetProvider.

public interface class IUpdateReceiver
public interface IUpdateReceiver
type IUpdateReceiver = interface
Public Interface IUpdateReceiver
Derived

Methods

UpdateAsync(Update, CancellationToken)

Sends a batch of property updates to the client.

Applies to