C# 클래스 Story.Ext.Handlers.AzureTableStorageHandler

상속: BufferedHandler
파일 보기 프로젝트 열기: narratr/story

공개 메소드들

메소드 설명
AzureTableStorageHandler ( string name, AzureTableStorageHandlerConfiguration configuration ) : System

보호된 메소드들

메소드 설명
OnStoriesComplete ( IList stories ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void
PersistStoriesAsync ( IList stories ) : void

메소드 상세

AzureTableStorageHandler() 공개 메소드

public AzureTableStorageHandler ( string name, AzureTableStorageHandlerConfiguration configuration ) : System
name string
configuration AzureTableStorageHandlerConfiguration
리턴 System

OnStoriesComplete() 보호된 메소드

protected OnStoriesComplete ( IList stories ) : void
stories IList
리턴 void