コード例 #1
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void GetUserConfigurationAsync(GetUserConfigurationType GetUserConfiguration1, object userState) {
     if ((this.GetUserConfigurationOperationCompleted == null)) {
         this.GetUserConfigurationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetUserConfigurationOperationCompleted);
     }
     this.InvokeAsync("GetUserConfiguration", new object[] {
                 GetUserConfiguration1}, this.GetUserConfigurationOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void GetUserConfigurationAsync(GetUserConfigurationType GetUserConfiguration1) {
     this.GetUserConfigurationAsync(GetUserConfiguration1, null);
 }