background_refresh 属性
background_refresh 属性
指示是否可以在后台(异步)刷新连接。 如果连接的首选用法是在后台异步刷新,则为真; 如果连接的首选用法是在前台同步刷新,则为 false。
定义:
@property
def background_refresh(self):
...
@background_refresh.setter
def background_refresh(self, value):
...
指示是否可以在后台(异步)刷新连接。 如果连接的首选用法是在后台异步刷新,则为真; 如果连接的首选用法是在前台同步刷新,则为 false。
@property
def background_refresh(self):
...
@background_refresh.setter
def background_refresh(self, value):
...