C# Class GuaranteedRate.Sextant.EncompassUtils.EncompassInit

显示文件 Open project: Guaranteed-Rate/GuaranteedRate.Sextant

Public Methods

Method Description
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

Method Details

InitEncompass() public static method

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

Validate() public static method

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