C# Class King.BTrak.TableStorageWriter

Table Storage Writer
Inheritance: ITableStorageWriter
Datei anzeigen Open project: jefking/King.B-Trak

Protected Properties

Property Type Description
table ITableStorage

Public Methods

Method Description
Initialize ( ) : Task

Initialize

Store ( IEnumerable tables ) : System.Threading.Tasks.Task

Store Table Data

TableStorageWriter ( ITableStorage table ) : King.Azure.Data

Default Constructor

Method Details

Initialize() public method

Initialize
public Initialize ( ) : Task
return Task

Store() public method

Store Table Data
public Store ( IEnumerable tables ) : System.Threading.Tasks.Task
tables IEnumerable Tables
return System.Threading.Tasks.Task

TableStorageWriter() public method

Default Constructor
public TableStorageWriter ( ITableStorage table ) : King.Azure.Data
table ITableStorage Table Storage
return King.Azure.Data

Property Details

table protected_oe property

Table Storage
protected ITableStorage table
return ITableStorage