C# Class JryVideo.Core.Managers.DataCenter

Afficher le fichier Open project: Cologler/JRYVideo Class Usage Examples

Méthodes publiques

Свойство Type Description
NotWork DataCenter

Méthodes publiques

Méthode Description
CanCombineAsync ( Series to, Series from ) : Task
CanCombineAsync ( VideoInfoManager manager, JryVideoInfo to, JryVideoInfo from ) : Task

CombineAsync ( Series to, Series from ) : Task
CombineAsync ( VideoInfoManager manager, JryVideoInfo to, JryVideoInfo from ) : Task

DataCenter ( IJryVideoDataEngine dataEngine ) : System.Threading.Tasks

Private Methods

Méthode Description
DataCenter ( bool isWork ) : System.Threading.Tasks

Method Details

CanCombineAsync() public méthode

public CanCombineAsync ( Series to, Series from ) : Task
to Series
from Series
Résultat Task

CanCombineAsync() public méthode

public CanCombineAsync ( VideoInfoManager manager, JryVideoInfo to, JryVideoInfo from ) : Task
manager VideoInfoManager
to JryVideo.Model.JryVideoInfo after combine will live
from JryVideo.Model.JryVideoInfo after combine will dead
Résultat Task

CombineAsync() public méthode

public CombineAsync ( Series to, Series from ) : Task
to Series
from Series
Résultat Task

CombineAsync() public méthode

public CombineAsync ( VideoInfoManager manager, JryVideoInfo to, JryVideoInfo from ) : Task
manager VideoInfoManager
to JryVideo.Model.JryVideoInfo after combine will live
from JryVideo.Model.JryVideoInfo after combine will dead
Résultat Task

DataCenter() public méthode

public DataCenter ( IJryVideoDataEngine dataEngine ) : System.Threading.Tasks
dataEngine IJryVideoDataEngine
Résultat System.Threading.Tasks

Property Details

NotWork public_oe static_oe property

public static DataCenter,JryVideo.Core.Managers NotWork
Résultat DataCenter