C# Class biz.dfch.CS.Appclusive.Scheduler.Extensions.ActivitiClient

Inheritance: ProcessEngine
Afficher le fichier Open project: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler Class Usage Examples

Méthodes publiques

Méthode Description
ActivitiClient ( Uri server, string applicationName = "", int timeoutSec ) : System
GetDefinitionId ( string definitionKey ) : string
Login ( NetworkCredential credential ) : bool
Login ( string username, string password ) : bool

Method Details

ActivitiClient() public méthode

public ActivitiClient ( Uri server, string applicationName = "", int timeoutSec ) : System
server System.Uri
applicationName string
timeoutSec int
Résultat System

GetDefinitionId() public méthode

public GetDefinitionId ( string definitionKey ) : string
definitionKey string
Résultat string

Login() public méthode

public Login ( NetworkCredential credential ) : bool
credential System.Net.NetworkCredential
Résultat bool

Login() public méthode

public Login ( string username, string password ) : bool
username string
password string
Résultat bool