Example #1
0
 /// <remarks/>
 public void GetGreenMeterAsync(AuthorizationType Authorization, GetGreenMeterType parameters) {
     this.GetGreenMeterAsync(Authorization, parameters, null);
 }
Example #2
0
 /// <remarks/>
 public void GetGreenMeterAsync(AuthorizationType Authorization, GetGreenMeterType parameters, object userState) {
     if ((this.GetGreenMeterOperationCompleted == null)) {
         this.GetGreenMeterOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetGreenMeterOperationCompleted);
     }
     this.InvokeAsync("GetGreenMeter", new object[] {
                 Authorization,
                 parameters}, this.GetGreenMeterOperationCompleted, userState);
 }
Example #3
0
 public GetFullGreenMeterResponseType GetGreenMeter(AuthorizationType Authorization, GetGreenMeterType parameters) {
     object[] results = this.Invoke("GetGreenMeter", new object[] {
                 Authorization,
                 parameters});
     return ((GetFullGreenMeterResponseType)(results[0]));
 }