CRMQueueItem Class

The CRMQueueItem class contains methods that you can use to manage queue items.

There are no properties for this class.

For more information about using XML, see XML Document Object Model

  System.Object

   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMQueueItem
[Visual Basic .NET]
Public Class CRMQueueItem
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMQueueItem : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMQueueItem: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMQueueItem interface exposes the following methods.

Method Description
RetrieveByQueue Retrieves all queue items for an existing queue.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.