Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Fan
Sys
ActorPool.ScheduledWork
C# Class Fan.Sys.ActorPool.ScheduledWork
Inheritance:
Scheduler.Work
Exibir arquivo
Open project: xored/f4
Public Methods
Method
Description
ScheduledWork
(
Actor
a
,
Future
f
) :
System.Collections
cancel
( ) :
void
toString
( ) :
string
work
( ) :
void
Method Details
ScheduledWork()
public
method
public
ScheduledWork
(
Actor
a
,
Future
f
) :
System.Collections
a
Actor
f
Future
return
System.Collections
cancel()
public
method
public
cancel
( ) :
void
return
void
toString()
public
method
public
toString
( ) :
string
return
string
work()
public
method
public
work
( ) :
void
return
void