/// <remarks/> public void getCustDemoInfoAsync(getCustDemoInfo getCustDemoInfo1, object userState) { if ((this.getCustDemoInfoOperationCompleted == null)) { this.getCustDemoInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCustDemoInfoOperationCompleted); } this.InvokeAsync("getCustDemoInfo", new object[] { getCustDemoInfo1}, this.getCustDemoInfoOperationCompleted, userState); }
/// <remarks/> public void getCustDemoInfoAsync(getCustDemoInfo getCustDemoInfo1) { this.getCustDemoInfoAsync(getCustDemoInfo1, null); }