示例#1
0
 /// <remarks/>
 public void GetServicesAsync(GetServicesRequest Request) {
     this.GetServicesAsync(Request, null);
 }
示例#2
0
 /// <remarks/>
 public void GetServicesAsync(GetServicesRequest Request, object userState) {
     if ((this.GetServicesOperationCompleted == null)) {
         this.GetServicesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetServicesOperationCompleted);
     }
     this.InvokeAsync("GetServices", new object[] {
                 Request}, this.GetServicesOperationCompleted, userState);
 }
示例#3
0
 public GetServicesResult GetServices(GetServicesRequest Request) {
     object[] results = this.Invoke("GetServices", new object[] {
                 Request});
     return ((GetServicesResult)(results[0]));
 }