IRemoteSettings2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IRemoteSettings2 提供 subscribable 设置,无需更改代码
public interface class IRemoteSettings2 : IDisposable
public interface IRemoteSettings2 : IDisposable
type IRemoteSettings2 = interface
interface IDisposable
Public Interface IRemoteSettings2
Implements IDisposable
- 派生
- 实现
方法
| SubscribeActions<T>(String, Action<ActionWrapper<T>>) |
订阅给定操作路径上类型为 T 的已触发远程操作。 |
| UnsubscribeActions(String) |
取消订阅给定操作路径上的已触发远程操作 |