IUpdateReceiver Interface
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.
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. |