Beispiel #1
0
 /// <remarks/>
 public void BlocareClientDepasireAsync(ClientExtend2Lite client, bool blocare) {
     this.BlocareClientDepasireAsync(client, blocare, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void BlocareClientDepasireAsync(ClientExtend2Lite client, bool blocare, object userState) {
     if ((this.BlocareClientDepasireOperationCompleted == null)) {
         this.BlocareClientDepasireOperationCompleted = new System.Threading.SendOrPostCallback(this.OnBlocareClientDepasireOperationCompleted);
     }
     this.InvokeAsync("BlocareClientDepasire", new object[] {
                 client,
                 blocare}, this.BlocareClientDepasireOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void GetZileDepasireCategorieAsync(ClientExtend2Lite client, object userState) {
     if ((this.GetZileDepasireCategorieOperationCompleted == null)) {
         this.GetZileDepasireCategorieOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetZileDepasireCategorieOperationCompleted);
     }
     this.InvokeAsync("GetZileDepasireCategorie", new object[] {
                 client}, this.GetZileDepasireCategorieOperationCompleted, userState);
 }
Beispiel #4
0
 public string BlocareClientDepasire(ClientExtend2Lite client, bool blocare) {
     object[] results = this.Invoke("BlocareClientDepasire", new object[] {
                 client,
                 blocare});
     return ((string)(results[0]));
 }
Beispiel #5
0
 /// <remarks/>
 public void GetZileDepasireCategorieAsync(ClientExtend2Lite client) {
     this.GetZileDepasireCategorieAsync(client, null);
 }
Beispiel #6
0
 public string GetZileDepasireCategorie(ClientExtend2Lite client) {
     object[] results = this.Invoke("GetZileDepasireCategorie", new object[] {
                 client});
     return ((string)(results[0]));
 }
Beispiel #7
0
 /// <remarks/>
 public void SetColaborator2Async(ClientExtend2Lite client, object userState) {
     if ((this.SetColaborator2OperationCompleted == null)) {
         this.SetColaborator2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetColaborator2OperationCompleted);
     }
     this.InvokeAsync("SetColaborator2", new object[] {
                 client}, this.SetColaborator2OperationCompleted, userState);
 }
Beispiel #8
0
 /// <remarks/>
 public void SetColaborator2Async(ClientExtend2Lite client) {
     this.SetColaborator2Async(client, null);
 }
Beispiel #9
0
 public string SetColaborator2(ClientExtend2Lite client) {
     object[] results = this.Invoke("SetColaborator2", new object[] {
                 client});
     return ((string)(results[0]));
 }