IRemoteSettings2 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.
IRemoteSettings2 provides subscribable settings without code changes
public interface class IRemoteSettings2 : IDisposable
public interface IRemoteSettings2 : IDisposable
type IRemoteSettings2 = interface
interface IDisposable
Public Interface IRemoteSettings2
Implements IDisposable
- Derived
- Implements
Methods
SubscribeActions<T>(String, Action<ActionWrapper<T>>) |
Subscribes to triggered remote actions of type T on the given action path. |
UnsubscribeActions(String) |
Unsubscribes from triggered remote actions on the given action path |