C# Class Dev2.Services.PushService

Inheritance: IPushService
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
ProcessRequest ( IHostContext context, string jsonObj ) : Task
PushService ( ) : System.Threading.Tasks
PushService ( ISerializer serializer ) : System.Threading.Tasks

Method Details

ProcessRequest() public méthode

public ProcessRequest ( IHostContext context, string jsonObj ) : Task
context IHostContext
jsonObj string
Résultat Task

PushService() public méthode

public PushService ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

PushService() public méthode

public PushService ( ISerializer serializer ) : System.Threading.Tasks
serializer ISerializer
Résultat System.Threading.Tasks