Exemplo n.º 1
0
 /// <remarks/>
 public void viewProfileV2Async(ViewProfileV2Req request) {
     this.viewProfileV2Async(request, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void viewProfileV2Async(ViewProfileV2Req request, object userState) {
     if ((this.viewProfileV2OperationCompleted == null)) {
         this.viewProfileV2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnviewProfileV2OperationCompleted);
     }
     this.InvokeAsync("viewProfileV2", new object[] {
                 request}, this.viewProfileV2OperationCompleted, userState);
 }
Exemplo n.º 3
0
 public ViewProfileV2Resp viewProfileV2(ViewProfileV2Req request) {
     object[] results = this.Invoke("viewProfileV2", new object[] {
                 request});
     return ((ViewProfileV2Resp)(results[0]));
 }