IRemoteControlClient 接口

定义

远程控制服务的客户端的接口。 此客户端会对单个设置文件的服务进行轮询,并使其在本地 IE 缓存中保持最新状态, (这是每用户) 的。 开发人员可以调用 ReadFile(BehaviorOnStale)ReadFileAsync(BehaviorOnStale) 来读取设置文件。

public interface class IRemoteControlClient : IDisposable
public interface IRemoteControlClient : IDisposable
type IRemoteControlClient = interface
    interface IDisposable
Public Interface IRemoteControlClient
Implements IDisposable
派生
实现

属性

FullUrl

获取用于下载到文件的完整 URL。 只读。

PollingIntervalMins

获取用于检查服务器上的文件的轮询间隔。 只读。 此设置还确定本地 IE 缓存中的文件被视为陈旧的时间。

方法

ReadFile(BehaviorOnStale)

基于指定的读取设置文件 staleBehavior

ReadFileAsync(BehaviorOnStale)

基于指定的读取设置文件 staleBehavior 。 这是 ReadFile 方法的异步版本。

适用于