Esempio n. 1
0
 /// <remarks/>
 public void ReorderContentRelationsAsync(ReorderContentRelationsRequest ReorderContentRelationsRequest, object userState) {
     if ((this.ReorderContentRelationsOperationCompleted == null)) {
         this.ReorderContentRelationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReorderContentRelationsOperationCompleted);
     }
     this.InvokeAsync("ReorderContentRelations", new object[] {
                 ReorderContentRelationsRequest}, this.ReorderContentRelationsOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void ReorderContentRelationsAsync(ReorderContentRelationsRequest ReorderContentRelationsRequest) {
     this.ReorderContentRelationsAsync(ReorderContentRelationsRequest, null);
 }