C# 클래스 AzureTableStorageCache.Model.CachedItem

상속: Microsoft.WindowsAzure.Storage.Table.TableEntity
파일 보기 프로젝트 열기: TerribleDev/AzureTableStorageCache 1 사용 예제들

공개 메소드들

메소드 설명
CachedItem ( ) : System
CachedItem ( string partitionKey, string rowKey, byte data = null ) : System

메소드 상세

CachedItem() 공개 메소드

public CachedItem ( ) : System
리턴 System

CachedItem() 공개 메소드

public CachedItem ( string partitionKey, string rowKey, byte data = null ) : System
partitionKey string
rowKey string
data byte
리턴 System