/// <remarks/> public void BlocareClientDepasireAsync(ClientExtend2Lite client, bool blocare) { this.BlocareClientDepasireAsync(client, blocare, null); }
/// <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); }
/// <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); }
public string BlocareClientDepasire(ClientExtend2Lite client, bool blocare) { object[] results = this.Invoke("BlocareClientDepasire", new object[] { client, blocare}); return ((string)(results[0])); }
/// <remarks/> public void GetZileDepasireCategorieAsync(ClientExtend2Lite client) { this.GetZileDepasireCategorieAsync(client, null); }
public string GetZileDepasireCategorie(ClientExtend2Lite client) { object[] results = this.Invoke("GetZileDepasireCategorie", new object[] { client}); return ((string)(results[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); }
/// <remarks/> public void SetColaborator2Async(ClientExtend2Lite client) { this.SetColaborator2Async(client, null); }
public string SetColaborator2(ClientExtend2Lite client) { object[] results = this.Invoke("SetColaborator2", new object[] { client}); return ((string)(results[0])); }