Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

ListingContext Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Represents the listing context for enumeration operations.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)


Syntax

 
public class ListingContext
 
public ref class ListingContext 
 
type ListingContext = class end
 
Public Class ListingContext

Properties

NameDescription
System_CAPS_pubpropertyMarkerMarkerMarkerMarker

Gets or sets the Marker value.

System_CAPS_pubpropertyMaxResultsMaxResultsMaxResultsMaxResults

Gets or sets the MaxResults value.

System_CAPS_pubpropertyPrefixPrefixPrefixPrefix

Gets or sets the Prefix value.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top