Esempio n. 1
0
 public void Log([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] WSLogEntry logEntry)
 {
     this.Invoke("Log", new object[] {
         logEntry
     });
 }
Esempio n. 2
0
 /// <remarks/>
 public System.IAsyncResult BeginLog(WSLogEntry logEntry, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("Log", new object[] {
         logEntry
     }, callback, asyncState));
 }
Esempio n. 3
0
 /// <remarks/>
 public System.IAsyncResult BeginLog(WSLogEntry logEntry, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("Log", new object[] {
                 logEntry}, callback, asyncState);
 }