Example #1
0
 public AgentLineControl GetAgentLineControl(AgentLineControl ag)
 {
     object[] results = this.Invoke("GetAgentLineControl", new object[] {
         ag
     });
     return((AgentLineControl)(results[0]));
 }
Example #2
0
 /// <remarks/>
 public void GetAgentLineControlAsync(AgentLineControl ag, object userState)
 {
     if ((this.GetAgentLineControlOperationCompleted == null))
     {
         this.GetAgentLineControlOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAgentLineControlOperationCompleted);
     }
     this.InvokeAsync("GetAgentLineControl", new object[] {
         ag
     }, this.GetAgentLineControlOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void GetAgentLineControlAsync(AgentLineControl ag)
 {
     this.GetAgentLineControlAsync(ag, null);
 }
Example #4
0
 /// <remarks/>
 public System.IAsyncResult BeginGetAgentLineControl(AgentLineControl ag, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("GetAgentLineControl", new object[] {
         ag
     }, callback, asyncState));
 }
Example #5
0
 /// <remarks/>
 public void GetAgentLineControlAsync(AgentLineControl ag, object userState) {
     if ((this.GetAgentLineControlOperationCompleted == null)) {
         this.GetAgentLineControlOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAgentLineControlOperationCompleted);
     }
     this.InvokeAsync("GetAgentLineControl", new object[] {
                 ag}, this.GetAgentLineControlOperationCompleted, userState);
 }
Example #6
0
 /// <remarks/>
 public void GetAgentLineControlAsync(AgentLineControl ag) {
     this.GetAgentLineControlAsync(ag, null);
 }
Example #7
0
 /// <remarks/>
 public System.IAsyncResult BeginGetAgentLineControl(AgentLineControl ag, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("GetAgentLineControl", new object[] {
                 ag}, callback, asyncState);
 }
Example #8
0
 public AgentLineControl GetAgentLineControl(AgentLineControl ag) {
     object[] results = this.Invoke("GetAgentLineControl", new object[] {
                 ag});
     return ((AgentLineControl)(results[0]));
 }