/// <remarks/> public void SetMultilingualAsync(CallButlerAuthInfo authInfo, bool isMultilingual) { this.SetMultilingualAsync(authInfo, isMultilingual, null); }
/// <remarks/> public void GetCallHistoryAsync(CallButlerAuthInfo authInfo, object userState) { if ((this.GetCallHistoryOperationCompleted == null)) { this.GetCallHistoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCallHistoryOperationCompleted); } this.InvokeAsync("GetCallHistory", new object[] { authInfo}, this.GetCallHistoryOperationCompleted, userState); }
/// <remarks/> public void GetRecentCallsAsync(CallButlerAuthInfo authInfo, int count) { this.GetRecentCallsAsync(authInfo, count, null); }
public void ClearCallHistory(CallButlerAuthInfo authInfo) { this.Invoke("ClearCallHistory", new object[] { authInfo}); }
public CallButlerDataset.CallHistoryDataTable GetCallHistory(CallButlerAuthInfo authInfo) { object[] results = this.Invoke("GetCallHistory", new object[] { authInfo}); return ((CallButlerDataset.CallHistoryDataTable)(results[0])); }
/// <remarks/> public void GetFirstTimeRunAsync(CallButlerAuthInfo authInfo) { this.GetFirstTimeRunAsync(authInfo, null); }
/// <remarks/> public void SetFirstTimeRunAsync(CallButlerAuthInfo authInfo, bool val) { this.SetFirstTimeRunAsync(authInfo, val, null); }
public void SetLanguages(CallButlerAuthInfo authInfo, string languages) { this.Invoke("SetLanguages", new object[] { authInfo, languages}); }
/// <remarks/> public void SetLanguagesAsync(CallButlerAuthInfo authInfo, string languages) { this.SetLanguagesAsync(authInfo, languages, null); }
public string GetLanguages(CallButlerAuthInfo authInfo) { object[] results = this.Invoke("GetLanguages", new object[] { authInfo}); return ((string)(results[0])); }
/// <remarks/> public void GetLanguagesAsync(CallButlerAuthInfo authInfo) { this.GetLanguagesAsync(authInfo, null); }
/// <remarks/> public void SetDefaultLanguageAsync(CallButlerAuthInfo authInfo, string defaultLanguage) { this.SetDefaultLanguageAsync(authInfo, defaultLanguage, null); }
public void SetDefaultLanguage(CallButlerAuthInfo authInfo, string defaultLanguage) { this.Invoke("SetDefaultLanguage", new object[] { authInfo, defaultLanguage}); }
/// <remarks/> public void SetMultilingualAsync(CallButlerAuthInfo authInfo, bool isMultilingual, object userState) { if ((this.SetMultilingualOperationCompleted == null)) { this.SetMultilingualOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetMultilingualOperationCompleted); } this.InvokeAsync("SetMultilingual", new object[] { authInfo, isMultilingual}, this.SetMultilingualOperationCompleted, userState); }
/// <remarks/> public void GetManagementPasswordAsync(CallButlerAuthInfo authInfo) { this.GetManagementPasswordAsync(authInfo, null); }
/// <remarks/> public void SetLanguagesAsync(CallButlerAuthInfo authInfo, string languages, object userState) { if ((this.SetLanguagesOperationCompleted == null)) { this.SetLanguagesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetLanguagesOperationCompleted); } this.InvokeAsync("SetLanguages", new object[] { authInfo, languages}, this.SetLanguagesOperationCompleted, userState); }
public bool GetFirstTimeRun(CallButlerAuthInfo authInfo) { object[] results = this.Invoke("GetFirstTimeRun", new object[] { authInfo}); return ((bool)(results[0])); }
public string GetApplicationPermissions(CallButlerAuthInfo authInfo) { object[] results = this.Invoke("GetApplicationPermissions", new object[] { authInfo}); return ((string)(results[0])); }
public void SetFirstTimeRun(CallButlerAuthInfo authInfo, bool val) { this.Invoke("SetFirstTimeRun", new object[] { authInfo, val}); }
/// <remarks/> public void GetApplicationPermissionsAsync(CallButlerAuthInfo authInfo) { this.GetApplicationPermissionsAsync(authInfo, null); }
/// <remarks/> public void SetFirstTimeRunAsync(CallButlerAuthInfo authInfo, bool val, object userState) { if ((this.SetFirstTimeRunOperationCompleted == null)) { this.SetFirstTimeRunOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetFirstTimeRunOperationCompleted); } this.InvokeAsync("SetFirstTimeRun", new object[] { authInfo, val}, this.SetFirstTimeRunOperationCompleted, userState); }
public void SetManagementPassword(CallButlerAuthInfo authInfo, string password) { this.Invoke("SetManagementPassword", new object[] { authInfo, password}); }
/// <remarks/> public void ClearCallHistoryAsync(CallButlerAuthInfo authInfo) { this.ClearCallHistoryAsync(authInfo, null); }
/// <remarks/> public void SetManagementPasswordAsync(CallButlerAuthInfo authInfo, string password) { this.SetManagementPasswordAsync(authInfo, password, null); }
/// <remarks/> public void GetCallHistoryAsync(CallButlerAuthInfo authInfo) { this.GetCallHistoryAsync(authInfo, null); }
/// <remarks/> public void SetManagementPasswordAsync(CallButlerAuthInfo authInfo, string password, object userState) { if ((this.SetManagementPasswordOperationCompleted == null)) { this.SetManagementPasswordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetManagementPasswordOperationCompleted); } this.InvokeAsync("SetManagementPassword", new object[] { authInfo, password}, this.SetManagementPasswordOperationCompleted, userState); }
public CallButlerDataset.CallHistoryDataTable GetRecentCalls(CallButlerAuthInfo authInfo, int count) { object[] results = this.Invoke("GetRecentCalls", new object[] { authInfo, count}); return ((CallButlerDataset.CallHistoryDataTable)(results[0])); }
public string GetManagementPassword(CallButlerAuthInfo authInfo) { object[] results = this.Invoke("GetManagementPassword", new object[] { authInfo}); return ((string)(results[0])); }
/// <remarks/> public void GetRecentCallsAsync(CallButlerAuthInfo authInfo, int count, object userState) { if ((this.GetRecentCallsOperationCompleted == null)) { this.GetRecentCallsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRecentCallsOperationCompleted); } this.InvokeAsync("GetRecentCalls", new object[] { authInfo, count}, this.GetRecentCallsOperationCompleted, userState); }
public void SetMultilingual(CallButlerAuthInfo authInfo, bool isMultilingual) { this.Invoke("SetMultilingual", new object[] { authInfo, isMultilingual}); }