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