Exemplo n.º 1
0
 /// <remarks/>
 public void SetAgentGrupaProdusAsync(AgentLite agentGrupaProdus, object userState) {
     if ((this.SetAgentGrupaProdusOperationCompleted == null)) {
         this.SetAgentGrupaProdusOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetAgentGrupaProdusOperationCompleted);
     }
     this.InvokeAsync("SetAgentGrupaProdus", new object[] {
                 agentGrupaProdus}, this.SetAgentGrupaProdusOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void SetAgentGrupaProdusAsync(AgentLite agentGrupaProdus) {
     this.SetAgentGrupaProdusAsync(agentGrupaProdus, null);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void SetAgentAsync(AgentLite agent) {
     this.SetAgentAsync(agent, null);
 }
Exemplo n.º 4
0
 public string SetAgentGrupaProdus(AgentLite agentGrupaProdus) {
     object[] results = this.Invoke("SetAgentGrupaProdus", new object[] {
                 agentGrupaProdus});
     return ((string)(results[0]));
 }
Exemplo n.º 5
0
 public string SetAgent(AgentLite agent) {
     object[] results = this.Invoke("SetAgent", new object[] {
                 agent});
     return ((string)(results[0]));
 }