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