Share via


CRMQueueItem Class

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

There are no properties for this class.

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.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.