예제 #1
0
파일: router.cs 프로젝트: berak/cs
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByName GetPartyByName1)
 {
     this.GetPartyByNameAsync(GetPartyByName1, null);
 }
예제 #2
0
파일: router.cs 프로젝트: 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);
 }
예제 #3
0
파일: router.cs 프로젝트: berak/cs
 /// <remarks/>
 public System.IAsyncResult BeginGetPartyByName(GetPartyByName GetPartyByName1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetPartyByName", new object[] {
                 GetPartyByName1}, callback, asyncState);
 }