Method | Description | |
---|---|---|
GetInstance ( ) : ICBApi | ||
GetInstance ( string developerKey ) : ICBApi | ||
GetInstance ( string developerKey, int timeoutMS ) : ICBApi | ||
GetInstance ( string developerKey, int timeoutMS, |
||
GetInstance ( string developerKey, string cobrandCode ) : ICBApi | ||
GetInstance ( string developerKey, string cobrandCode, string siteID ) : ICBApi |
public static GetInstance ( string developerKey ) : ICBApi | ||
developerKey | string | |
return | ICBApi |
public static GetInstance ( string developerKey, int timeoutMS ) : ICBApi | ||
developerKey | string | |
timeoutMS | int | |
return | ICBApi |
public static GetInstance ( string developerKey, int timeoutMS, |
||
developerKey | string | |
timeoutMS | int | |
site | ||
return | ICBApi |
public static GetInstance ( string developerKey, string cobrandCode ) : ICBApi | ||
developerKey | string | |
cobrandCode | string | |
return | ICBApi |
public static GetInstance ( string developerKey, string cobrandCode, string siteID ) : ICBApi | ||
developerKey | string | |
cobrandCode | string | |
siteID | string | |
return | ICBApi |