Ejemplo n.º 1
0
 /// <remarks/>
 public void AddContentRelationsAsync(AddContentRelationsRequest AddContentRelationsRequest, object userState) {
     if ((this.AddContentRelationsOperationCompleted == null)) {
         this.AddContentRelationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddContentRelationsOperationCompleted);
     }
     this.InvokeAsync("AddContentRelations", new object[] {
                 AddContentRelationsRequest}, this.AddContentRelationsOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void AddContentRelationsAsync(AddContentRelationsRequest AddContentRelationsRequest) {
     this.AddContentRelationsAsync(AddContentRelationsRequest, null);
 }