示例#1
0
 /// <remarks/>
 public void SetMultilingualAsync(CallButlerAuthInfo authInfo, bool isMultilingual) {
     this.SetMultilingualAsync(authInfo, isMultilingual, null);
 }
示例#2
0
 /// <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);
 }
示例#3
0
 /// <remarks/>
 public void GetRecentCallsAsync(CallButlerAuthInfo authInfo, int count) {
     this.GetRecentCallsAsync(authInfo, count, null);
 }
示例#4
0
 public void ClearCallHistory(CallButlerAuthInfo authInfo) {
     this.Invoke("ClearCallHistory", new object[] {
                 authInfo});
 }
示例#5
0
 public CallButlerDataset.CallHistoryDataTable GetCallHistory(CallButlerAuthInfo authInfo) {
     object[] results = this.Invoke("GetCallHistory", new object[] {
                 authInfo});
     return ((CallButlerDataset.CallHistoryDataTable)(results[0]));
 }
示例#6
0
 /// <remarks/>
 public void GetFirstTimeRunAsync(CallButlerAuthInfo authInfo) {
     this.GetFirstTimeRunAsync(authInfo, null);
 }
示例#7
0
 /// <remarks/>
 public void SetFirstTimeRunAsync(CallButlerAuthInfo authInfo, bool val) {
     this.SetFirstTimeRunAsync(authInfo, val, null);
 }
示例#8
0
 public void SetLanguages(CallButlerAuthInfo authInfo, string languages) {
     this.Invoke("SetLanguages", new object[] {
                 authInfo,
                 languages});
 }
示例#9
0
 /// <remarks/>
 public void SetLanguagesAsync(CallButlerAuthInfo authInfo, string languages) {
     this.SetLanguagesAsync(authInfo, languages, null);
 }
示例#10
0
 public string GetLanguages(CallButlerAuthInfo authInfo) {
     object[] results = this.Invoke("GetLanguages", new object[] {
                 authInfo});
     return ((string)(results[0]));
 }
示例#11
0
 /// <remarks/>
 public void GetLanguagesAsync(CallButlerAuthInfo authInfo) {
     this.GetLanguagesAsync(authInfo, null);
 }
示例#12
0
 /// <remarks/>
 public void SetDefaultLanguageAsync(CallButlerAuthInfo authInfo, string defaultLanguage) {
     this.SetDefaultLanguageAsync(authInfo, defaultLanguage, null);
 }
示例#13
0
 public void SetDefaultLanguage(CallButlerAuthInfo authInfo, string defaultLanguage) {
     this.Invoke("SetDefaultLanguage", new object[] {
                 authInfo,
                 defaultLanguage});
 }
示例#14
0
 /// <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);
 }
示例#15
0
 /// <remarks/>
 public void GetManagementPasswordAsync(CallButlerAuthInfo authInfo) {
     this.GetManagementPasswordAsync(authInfo, null);
 }
示例#16
0
 /// <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);
 }
示例#17
0
 public bool GetFirstTimeRun(CallButlerAuthInfo authInfo) {
     object[] results = this.Invoke("GetFirstTimeRun", new object[] {
                 authInfo});
     return ((bool)(results[0]));
 }
示例#18
0
 public string GetApplicationPermissions(CallButlerAuthInfo authInfo) {
     object[] results = this.Invoke("GetApplicationPermissions", new object[] {
                 authInfo});
     return ((string)(results[0]));
 }
示例#19
0
 public void SetFirstTimeRun(CallButlerAuthInfo authInfo, bool val) {
     this.Invoke("SetFirstTimeRun", new object[] {
                 authInfo,
                 val});
 }
示例#20
0
 /// <remarks/>
 public void GetApplicationPermissionsAsync(CallButlerAuthInfo authInfo) {
     this.GetApplicationPermissionsAsync(authInfo, null);
 }
示例#21
0
 /// <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);
 }
示例#22
0
 public void SetManagementPassword(CallButlerAuthInfo authInfo, string password) {
     this.Invoke("SetManagementPassword", new object[] {
                 authInfo,
                 password});
 }
示例#23
0
 /// <remarks/>
 public void ClearCallHistoryAsync(CallButlerAuthInfo authInfo) {
     this.ClearCallHistoryAsync(authInfo, null);
 }
示例#24
0
 /// <remarks/>
 public void SetManagementPasswordAsync(CallButlerAuthInfo authInfo, string password) {
     this.SetManagementPasswordAsync(authInfo, password, null);
 }
示例#25
0
 /// <remarks/>
 public void GetCallHistoryAsync(CallButlerAuthInfo authInfo) {
     this.GetCallHistoryAsync(authInfo, null);
 }
示例#26
0
 /// <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);
 }
示例#27
0
 public CallButlerDataset.CallHistoryDataTable GetRecentCalls(CallButlerAuthInfo authInfo, int count) {
     object[] results = this.Invoke("GetRecentCalls", new object[] {
                 authInfo,
                 count});
     return ((CallButlerDataset.CallHistoryDataTable)(results[0]));
 }
示例#28
0
 public string GetManagementPassword(CallButlerAuthInfo authInfo) {
     object[] results = this.Invoke("GetManagementPassword", new object[] {
                 authInfo});
     return ((string)(results[0]));
 }
示例#29
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);
 }
示例#30
0
 public void SetMultilingual(CallButlerAuthInfo authInfo, bool isMultilingual) {
     this.Invoke("SetMultilingual", new object[] {
                 authInfo,
                 isMultilingual});
 }