ResultContinuation Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Manage continuation information for various listing operation. Can be serialized using XML serialization.

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

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

Explicit Interface Implementations

 NameDescription
GetSchemaGets an XML representation of an object.
ReadXmlGenerates a serializable continuation token from its XML representation.
WriteXmlConverts a serializable continuation token into its XML representation.
Top

See Also