C# 클래스 GuaranteedRate.Sextant.EncompassUtils.EncompassInit

파일 보기 프로젝트 열기: Guaranteed-Rate/GuaranteedRate.Sextant

공개 메소드들

메소드 설명
InitEncompass ( ) : void

Init encompass SDK. Must be run before using any of Encompass APIs

Validate ( string serverUrl, string userName, string password ) : bool

Validate if we can open the session

메소드 상세

InitEncompass() 공개 정적인 메소드

Init encompass SDK. Must be run before using any of Encompass APIs
public static InitEncompass ( ) : void
리턴 void

Validate() 공개 정적인 메소드

Validate if we can open the session
public static Validate ( string serverUrl, string userName, string password ) : bool
serverUrl string
userName string
password string
리턴 bool