@mudssky/jsutils
Preparing search index...
PollingController
Interface PollingController<T>
轮询控制器接口
interface
PollingController
<
T
>
{
start
:
()
=>
void
;
status
:
()
=>
PollingStatus
<
T
>
;
stop
:
()
=>
void
;
}
Type Parameters
T
Index
Properties
start
status
stop
Properties
start
start
:
()
=>
void
启动轮询
status
status
:
()
=>
PollingStatus
<
T
>
获取轮询状态
stop
stop
:
()
=>
void
停止轮询
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
status
stop
@mudssky/jsutils
Loading...
轮询控制器接口