Ejemplo n.º 1
0
Archivo: router.cs Proyecto: berak/cs
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByName GetPartyByName1)
 {
     this.GetPartyByNameAsync(GetPartyByName1, null);
 }
Ejemplo n.º 2
0
Archivo: router.cs Proyecto: berak/cs
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByName GetPartyByName1, object userState)
 {
     if ((this.GetPartyByNameOperationCompleted == null)) {
         this.GetPartyByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByNameOperationCompleted);
     }
     this.InvokeAsync("GetPartyByName", new object[] {
                 GetPartyByName1}, this.GetPartyByNameOperationCompleted, userState);
 }
Ejemplo n.º 3
0
Archivo: router.cs Proyecto: berak/cs
 /// <remarks/>
 public System.IAsyncResult BeginGetPartyByName(GetPartyByName GetPartyByName1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetPartyByName", new object[] {
                 GetPartyByName1}, callback, asyncState);
 }