DataClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class DataClient : IDisposable
type DataClient = class
interface IDisposable
Public Class DataClient
Implements IDisposable
Inheritance
Implements
Properties
Methods
Close()
Create(SessionStartInfo, String, Boolean)
Create(String, String, String[], Boolean)
Create(String, String, String[])
Create(String, String)
Delete(SessionStartInfo, String)
Delete(String, String)
Dispose()
Dispose(Boolean)
GetContentMd5()
GetStorePath()
Open(SessionStartInfo, String)
Open(String, String, DataLocation)
Open(String, String)
ReadAll<T>()
ReadRawBytesAll()
SetDataLifeCycle(DataLifeCycle)
WriteAll<T>(T, Boolean)
WriteAll<T>(T)
WriteRawBytesAll(Byte[], Boolean)
WriteRawBytesAll(Byte[])
Applies to