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