/// <summary>
 /// Create a new CrawlQueue object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="groupId">Initial value of the GroupId property.</param>
 /// <param name="key">Initial value of the Key property.</param>
 public static CrawlQueue CreateCrawlQueue(global::System.Int32 id, global::System.Int32 groupId, global::System.String key)
 {
     CrawlQueue crawlQueue = new CrawlQueue();
     crawlQueue.Id = id;
     crawlQueue.GroupId = groupId;
     crawlQueue.Key = key;
     return crawlQueue;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CrawlQueue EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCrawlQueue(CrawlQueue crawlQueue)
 {
     base.AddObject("CrawlQueue", crawlQueue);
 }