Ejemplo n.º 1
0
        public bool EnableAutomaticTopups(AutomaticTopupsSettingsRequestType AutomaticTopupsSettings)
        {
            object[] results = this.Invoke("EnableAutomaticTopups", new object[] {
                AutomaticTopupsSettings
            });

            return((bool)(results[0]));
        }
Ejemplo n.º 2
0
 /// <remarks/>
 public void EnableAutomaticTopupsAsync(AutomaticTopupsSettingsRequestType AutomaticTopupsSettings, object userState)
 {
     if ((this.EnableAutomaticTopupsOperationCompleted == null))
     {
         this.EnableAutomaticTopupsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEnableAutomaticTopupsOperationCompleted);
     }
     this.InvokeAsync("EnableAutomaticTopups", new object[] {
         AutomaticTopupsSettings
     }, this.EnableAutomaticTopupsOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void EnableAutomaticTopupsAsync(AutomaticTopupsSettingsRequestType AutomaticTopupsSettings)
 {
     this.EnableAutomaticTopupsAsync(AutomaticTopupsSettings, null);
 }