コード例 #1
0
ファイル: Reference.cs プロジェクト: aksndr/AbbyyIntegration
 /// <remarks/>
 public void DoNothingMethodAsync(StubFormatsCollection stub) {
     this.DoNothingMethodAsync(stub, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: aksndr/AbbyyIntegration
 /// <remarks/>
 public void DoNothingMethodAsync(StubFormatsCollection stub, object userState) {
     if ((this.DoNothingMethodOperationCompleted == null)) {
         this.DoNothingMethodOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDoNothingMethodOperationCompleted);
     }
     this.InvokeAsync("DoNothingMethod", new object[] {
                 stub}, this.DoNothingMethodOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: aksndr/AbbyyIntegration
 public void DoNothingMethod(StubFormatsCollection stub) {
     this.Invoke("DoNothingMethod", new object[] {
                 stub});
 }