Example #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);
 }
Example #2
0
 /// <remarks/>
 public void LoadContentRelationsAsync(LoadContentRelationsRequest LoadContentRelationsRequest) {
     this.LoadContentRelationsAsync(LoadContentRelationsRequest, null);
 }