Exemplo n.º 1
0
 public void MethodInvoke2Async(Studiom_Model.Pro_KnowledgeService.ControlType2 controlType, object userState)
 {
     if ((this.onBeginMethodInvoke2Delegate == null))
     {
         this.onBeginMethodInvoke2Delegate = new BeginOperationDelegate(this.OnBeginMethodInvoke2);
     }
     if ((this.onEndMethodInvoke2Delegate == null))
     {
         this.onEndMethodInvoke2Delegate = new EndOperationDelegate(this.OnEndMethodInvoke2);
     }
     if ((this.onMethodInvoke2CompletedDelegate == null))
     {
         this.onMethodInvoke2CompletedDelegate = new System.Threading.SendOrPostCallback(this.OnMethodInvoke2Completed);
     }
     base.InvokeAsync(this.onBeginMethodInvoke2Delegate, new object[] {
         controlType
     }, this.onEndMethodInvoke2Delegate, this.onMethodInvoke2CompletedDelegate, userState);
 }
Exemplo n.º 2
0
 public void MethodInvoke2Async(Studiom_Model.Pro_KnowledgeService.ControlType2 controlType)
 {
     this.MethodInvoke2Async(controlType, null);
 }
Exemplo n.º 3
0
 public System.IAsyncResult BeginMethodInvoke2(Studiom_Model.Pro_KnowledgeService.ControlType2 controlType, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginMethodInvoke2(controlType, callback, asyncState));
 }
Exemplo n.º 4
0
 private System.IAsyncResult OnBeginMethodInvoke2(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     Studiom_Model.Pro_KnowledgeService.ControlType2 controlType = ((Studiom_Model.Pro_KnowledgeService.ControlType2)(inValues[0]));
     return(this.BeginMethodInvoke2(controlType, callback, asyncState));
 }
Exemplo n.º 5
0
 public Studiom_Model.Pro_KnowledgeService.ReturnDataBase MethodInvoke2(Studiom_Model.Pro_KnowledgeService.ControlType2 controlType)
 {
     return(base.Channel.MethodInvoke2(controlType));
 }