コード例 #1
0
ファイル: Reference.cs プロジェクト: OTIE-Zimmer/Open-Waters
 /// <remarks/>
 public void AuthenticateAsync(Authenticate Authenticate1, object userState) {
     if ((this.AuthenticateOperationCompleted == null)) {
         this.AuthenticateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAuthenticateOperationCompleted);
     }
     this.InvokeAsync("Authenticate", new object[] {
                 Authenticate1}, this.AuthenticateOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: OTIE-Zimmer/Open-Waters
 /// <remarks/>
 public void AuthenticateAsync(Authenticate Authenticate1) {
     this.AuthenticateAsync(Authenticate1, null);
 }