예제 #1
0
 /// <remarks/>
 public void DoNothingMethod2Async(StubDocumentAttributesCollection stub) {
     this.DoNothingMethod2Async(stub, null);
 }
예제 #2
0
 /// <remarks/>
 public void DoNothingMethod2Async(StubDocumentAttributesCollection stub, object userState) {
     if ((this.DoNothingMethod2OperationCompleted == null)) {
         this.DoNothingMethod2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnDoNothingMethod2OperationCompleted);
     }
     this.InvokeAsync("DoNothingMethod2", new object[] {
                 stub}, this.DoNothingMethod2OperationCompleted, userState);
 }
예제 #3
0
 public void DoNothingMethod2(StubDocumentAttributesCollection stub) {
     this.Invoke("DoNothingMethod2", new object[] {
                 stub});
 }