IUpdateReceiver 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于通过 RPC 连接将命令更新事件从 ICommandSetProvider 发送到客户端,从 客户端发送到 ICommandSetProvider。
public interface class IUpdateReceiver
public interface IUpdateReceiver
type IUpdateReceiver = interface
Public Interface IUpdateReceiver
- 派生
方法
UpdateAsync(Update, CancellationToken) |
将一批属性更新发送到客户端。 |