示例#1
0
 /// <remarks/>
 public void set_publisherAssertionsAsync(set_publisherAssertions set_publisherAssertions1)
 {
     this.set_publisherAssertionsAsync(set_publisherAssertions1, null);
 }
示例#2
0
 /// <remarks/>
 public void set_publisherAssertionsAsync(set_publisherAssertions set_publisherAssertions1, object userState)
 {
     if ((this.set_publisherAssertionsOperationCompleted == null))
     {
         this.set_publisherAssertionsOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_publisherAssertionsOperationCompleted);
     }
     this.InvokeAsync("set_publisherAssertions", new object[] {
             set_publisherAssertions1}, this.set_publisherAssertionsOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public System.IAsyncResult Beginset_publisherAssertions(set_publisherAssertions set_publisherAssertions1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_publisherAssertions", new object[] {
             set_publisherAssertions1}, callback, asyncState);
 }