Ejemplo n.º 1
0
 /// <remarks/>
 public void LoadContentRelationsAsync(LoadContentRelationsRequest LoadContentRelationsRequest, object userState) {
     if ((this.LoadContentRelationsOperationCompleted == null)) {
         this.LoadContentRelationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLoadContentRelationsOperationCompleted);
     }
     this.InvokeAsync("LoadContentRelations", new object[] {
                 LoadContentRelationsRequest}, this.LoadContentRelationsOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void LoadContentRelationsAsync(LoadContentRelationsRequest LoadContentRelationsRequest) {
     this.LoadContentRelationsAsync(LoadContentRelationsRequest, null);
 }