Inherits from NSObject
Declared in WAQueue.h

Overview

A class that represents a Windows Azure queue.

Tasks

Properties

URL

The address of the queue.

@property (readonly) NSURL *URL

Declared In

WAQueue.h

queueName

The name of the queue.

@property (copy) NSString *queueName

Declared In

WAQueue.h

Instance Methods

initQueueWithName:URL:

Initializes a newly created WAQueue with a specified name and URL.

- (id)initQueueWithName:(NSString *)queueName URL:(NSString *)URL

Parameters

queueName

The name of the queue.

URL

The URL for the queue.

Return Value

The newly initialized WAQueue object.

Declared In

WAQueue.h