/// <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); }
/// <remarks/> public void GetServiceConfigurationAsync(GetServiceConfigurationType GetServiceConfiguration1) { this.GetServiceConfigurationAsync(GetServiceConfiguration1, null); }