C# Class java.util.concurrent.AbstractExecutorService_

Inheritance: java.util.concurrent.AbstractExecutorService
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
awaitTermination ( long arg0, java arg1 ) : bool
execute ( global arg0 ) : void
execute ( java arg0 ) : void
isShutdown ( ) : bool
isTerminated ( ) : bool
shutdown ( ) : void
shutdownNow ( ) : global::java.util.List

Private Methods

Méthode Description
AbstractExecutorService_ ( )
AbstractExecutorService_ ( global @__env )

Method Details

awaitTermination() public méthode

public awaitTermination ( long arg0, java arg1 ) : bool
arg0 long
arg1 java
Résultat bool

execute() public méthode

public execute ( global arg0 ) : void
arg0 global
Résultat void

execute() public méthode

public execute ( java arg0 ) : void
arg0 java
Résultat void

isShutdown() public méthode

public isShutdown ( ) : bool
Résultat bool

isTerminated() public méthode

public isTerminated ( ) : bool
Résultat bool

shutdown() public méthode

public shutdown ( ) : void
Résultat void

shutdownNow() public méthode

public shutdownNow ( ) : global::java.util.List
Résultat global::java.util.List