Click or drag to resize
Storage Methods

The Storage type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCollectionAsync(String)
Returns a Storage Collection with the given name from the service.
Public methodGetCollectionAsync(String, String)
Returns a Storage Collection with the given name from the service associated with the user. Subsequent accesses to Storage Objects in the Storage Collection will only return Storage Objects owned by the user.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also