Ejemplo n.º 1
0
 /// <remarks/>
 public void GetServiceConfigurationAsync(GetServiceConfigurationType GetServiceConfiguration1, object userState) {
     if ((this.GetServiceConfigurationOperationCompleted == null)) {
         this.GetServiceConfigurationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetServiceConfigurationOperationCompleted);
     }
     this.InvokeAsync("GetServiceConfiguration", new object[] {
                 GetServiceConfiguration1}, this.GetServiceConfigurationOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetServiceConfigurationAsync(GetServiceConfigurationType GetServiceConfiguration1) {
     this.GetServiceConfigurationAsync(GetServiceConfiguration1, null);
 }