Share via


QueueClient Members

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides client access to a queue.

The following tables list the members exposed by the QueueClient type.

Public Methods

(see also Protected Methods )

  Name Description
public method DeleteLockedMessage Deletes a message retrieved via PeekLock or PeekLockMultiple from the service-side Queue after it has been successfully processed.
public method DeleteQueue Deletes the current queue, and irrecoverably discards all messages that the Queue currently holds.
public method Equals  Overloaded. (Inherited from Object )
public method GetExpiration Retrieves the expiration of the current queue.
public method GetHashCode  (Inherited from Object )
public method GetPolicy Retrieves the queue policy of the current queue.
public method GetType  (Inherited from Object )
public method PeekLock Overloaded. Retrieves a message from the queue using a peek/lock methodology.
public method PeekLockMultiple Overloaded. Retrieves one or multiple messages from the queue using the peek/lock pattern.
public method Purge Purges the Queue.
public methodstatic ReferenceEquals  (Inherited from Object )
public method ReleaseLock Releases the lock on a message retrieved via PeekLock or PeekLockMultiple(Int32).
public method Renew Extends the lifetime of the queue by the requested period.
public method Retrieve Overloaded. Retrieves the next message in the queue.
public method RetrieveMultiple Overloaded. Retrieves multiple messages from the queue.
public method Send Sends the specified message to the queue.
public method SubscribeToRouter Subscribes the Queue as a receiver to the specified router, using the specified lifetime for the subscription.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

QueueClient Class
Microsoft.ServiceBus Namespace

Did you find this information useful? Please send your suggestions and comments about the documentation.