C# Class TechSmith.Hyde.Test.HashRepository

ファイルを表示 Open project: TechSmith/hyde Class Usage Examples

Public Methods

Method Description
AddHash ( Hash hashToAdd ) : void
GetHash ( string hashUrl ) : Task
HashRepository ( TableStorageProvider tableStorageProvider ) : System.Threading.Tasks
SaveChangesAsync ( ) : Task

Method Details

AddHash() public method

public AddHash ( Hash hashToAdd ) : void
hashToAdd Hash
return void

GetHash() public method

public GetHash ( string hashUrl ) : Task
hashUrl string
return Task

HashRepository() public method

public HashRepository ( TableStorageProvider tableStorageProvider ) : System.Threading.Tasks
tableStorageProvider TableStorageProvider
return System.Threading.Tasks

SaveChangesAsync() public method

public SaveChangesAsync ( ) : Task
return Task