Exemple #1
0
 /// <remarks/>
 public void AddInterfaceLogAsync(LogInterfaceModel log, object userState)
 {
     if ((this.AddInterfaceLogOperationCompleted == null))
     {
         this.AddInterfaceLogOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddInterfaceLogOperationCompleted);
     }
     this.InvokeAsync("AddInterfaceLog", new object[] {
         log
     }, this.AddInterfaceLogOperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public System.IAsyncResult BeginAddInterfaceLog(LogInterfaceModel log, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("AddInterfaceLog", new object[] {
         log
     }, callback, asyncState));
 }
Exemple #3
0
 /// <remarks/>
 public void AddInterfaceLogAsync(LogInterfaceModel log)
 {
     this.AddInterfaceLogAsync(log, null);
 }
Exemple #4
0
 public void AddInterfaceLog([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] LogInterfaceModel log)
 {
     this.Invoke("AddInterfaceLog", new object[] {
         log
     });
 }