Exemplo n.º 1
0
 public void MethodInvoke1Async(Studiom_Model.Pro_KnowledgeService.ControlType1 controlType, object userState)
 {
     if ((this.onBeginMethodInvoke1Delegate == null))
     {
         this.onBeginMethodInvoke1Delegate = new BeginOperationDelegate(this.OnBeginMethodInvoke1);
     }
     if ((this.onEndMethodInvoke1Delegate == null))
     {
         this.onEndMethodInvoke1Delegate = new EndOperationDelegate(this.OnEndMethodInvoke1);
     }
     if ((this.onMethodInvoke1CompletedDelegate == null))
     {
         this.onMethodInvoke1CompletedDelegate = new System.Threading.SendOrPostCallback(this.OnMethodInvoke1Completed);
     }
     base.InvokeAsync(this.onBeginMethodInvoke1Delegate, new object[] {
         controlType
     }, this.onEndMethodInvoke1Delegate, this.onMethodInvoke1CompletedDelegate, userState);
 }
Exemplo n.º 2
0
 public void MethodInvoke1Async(Studiom_Model.Pro_KnowledgeService.ControlType1 controlType)
 {
     this.MethodInvoke1Async(controlType, null);
 }
Exemplo n.º 3
0
 public System.IAsyncResult BeginMethodInvoke1(Studiom_Model.Pro_KnowledgeService.ControlType1 controlType, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginMethodInvoke1(controlType, callback, asyncState));
 }
Exemplo n.º 4
0
 private System.IAsyncResult OnBeginMethodInvoke1(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     Studiom_Model.Pro_KnowledgeService.ControlType1 controlType = ((Studiom_Model.Pro_KnowledgeService.ControlType1)(inValues[0]));
     return(this.BeginMethodInvoke1(controlType, callback, asyncState));
 }
Exemplo n.º 5
0
 public Studiom_Model.Pro_KnowledgeService.ReturnDataBase MethodInvoke1(Studiom_Model.Pro_KnowledgeService.ControlType1 controlType)
 {
     return(base.Channel.MethodInvoke1(controlType));
 }