C# 클래스 TechSmith.Hyde.Test.HashRepository

파일 보기 프로젝트 열기: TechSmith/hyde 1 사용 예제들

공개 메소드들

메소드 설명
AddHash ( Hash hashToAdd ) : void
GetHash ( string hashUrl ) : Task
HashRepository ( TableStorageProvider tableStorageProvider ) : System.Threading.Tasks
SaveChangesAsync ( ) : Task

메소드 상세

AddHash() 공개 메소드

public AddHash ( Hash hashToAdd ) : void
hashToAdd Hash
리턴 void

GetHash() 공개 메소드

public GetHash ( string hashUrl ) : Task
hashUrl string
리턴 Task

HashRepository() 공개 메소드

public HashRepository ( TableStorageProvider tableStorageProvider ) : System.Threading.Tasks
tableStorageProvider TableStorageProvider
리턴 System.Threading.Tasks

SaveChangesAsync() 공개 메소드

public SaveChangesAsync ( ) : Task
리턴 Task