Ejemplo n.º 1
0
 /// <remarks/>
 public void DoNothingMethodAsync(StubFormatsCollection stub) {
     this.DoNothingMethodAsync(stub, null);
 }
Ejemplo n.º 2
0
 /// <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);
 }
Ejemplo n.º 3
0
 public void DoNothingMethod(StubFormatsCollection stub) {
     this.Invoke("DoNothingMethod", new object[] {
                 stub});
 }