예제 #1
0
 public void GetAsync(PersonalInfoClient.PersonalInforamtionServiceReference.PersonModelRequest model, object userState)
 {
     if ((this.onBeginGetDelegate == null))
     {
         this.onBeginGetDelegate = new BeginOperationDelegate(this.OnBeginGet);
     }
     if ((this.onEndGetDelegate == null))
     {
         this.onEndGetDelegate = new EndOperationDelegate(this.OnEndGet);
     }
     if ((this.onGetCompletedDelegate == null))
     {
         this.onGetCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompleted);
     }
     base.InvokeAsync(this.onBeginGetDelegate, new object[] {
         model
     }, this.onEndGetDelegate, this.onGetCompletedDelegate, userState);
 }
예제 #2
0
 public void GetAsync(PersonalInfoClient.PersonalInforamtionServiceReference.PersonModelRequest model)
 {
     this.GetAsync(model, null);
 }
예제 #3
0
 public System.IAsyncResult BeginGet(PersonalInfoClient.PersonalInforamtionServiceReference.PersonModelRequest model, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGet(model, callback, asyncState));
 }
예제 #4
0
 private System.IAsyncResult OnBeginGet(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     PersonalInfoClient.PersonalInforamtionServiceReference.PersonModelRequest model = ((PersonalInfoClient.PersonalInforamtionServiceReference.PersonModelRequest)(inValues[0]));
     return(this.BeginGet(model, callback, asyncState));
 }
예제 #5
0
 public PersonalInfoClient.PersonalInforamtionServiceReference.PersonModelResponse Get(PersonalInfoClient.PersonalInforamtionServiceReference.PersonModelRequest model)
 {
     return(base.Channel.Get(model));
 }