Esempio n. 1
0
 /// <remarks/>
 public void getClassificationsAsync(Store store, object userState) {
     if ((this.getClassificationsOperationCompleted == null)) {
         this.getClassificationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetClassificationsOperationCompleted);
     }
     this.InvokeAsync("getClassifications", new object[] {
                 store}, this.getClassificationsOperationCompleted, userState);
 }
Esempio n. 2
0
 public Classification[] getClassifications(Store store) {
     object[] results = this.Invoke("getClassifications", new object[] {
                 store});
     return ((Classification[])(results[0]));
 }
Esempio n. 3
0
 /// <remarks/>
 public void getClassificationsAsync(Store store) {
     this.getClassificationsAsync(store, null);
 }