C# 클래스 biz.dfch.CS.Appclusive.Scheduler.Extensions.ActivitiClient

상속: ProcessEngine
파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler 1 사용 예제들

공개 메소드들

메소드 설명
ActivitiClient ( Uri server, string applicationName = "", int timeoutSec ) : System
GetDefinitionId ( string definitionKey ) : string
Login ( NetworkCredential credential ) : bool
Login ( string username, string password ) : bool

메소드 상세

ActivitiClient() 공개 메소드

public ActivitiClient ( Uri server, string applicationName = "", int timeoutSec ) : System
server System.Uri
applicationName string
timeoutSec int
리턴 System

GetDefinitionId() 공개 메소드

public GetDefinitionId ( string definitionKey ) : string
definitionKey string
리턴 string

Login() 공개 메소드

public Login ( NetworkCredential credential ) : bool
credential System.Net.NetworkCredential
리턴 bool

Login() 공개 메소드

public Login ( string username, string password ) : bool
username string
password string
리턴 bool