C# 클래스 NBot.AzureTableStorageBrain.AzureTableStorageBrain

상속: IBrain
파일 보기 프로젝트 열기: NBot/NBot

공개 메소드들

메소드 설명
AzureTableStorageBrain ( string connectionString, string partitionKey ) : Microsoft.WindowsAzure.Storage
AzureTableStorageBrain ( string accountName, string accountKey, string partitionKey = "Brain" ) : Microsoft.WindowsAzure.Storage
ContainsKey ( string key ) : bool
GetValue ( string key ) : object
RemoveKey ( string key ) : void
SetValue ( string key, object value ) : void

비공개 메소드들

메소드 설명
GetAzureTableResult ( string key ) : Microsoft.WindowsAzure.Storage.Table.TableResult

메소드 상세

AzureTableStorageBrain() 공개 메소드

public AzureTableStorageBrain ( string connectionString, string partitionKey ) : Microsoft.WindowsAzure.Storage
connectionString string
partitionKey string
리턴 Microsoft.WindowsAzure.Storage

AzureTableStorageBrain() 공개 메소드

public AzureTableStorageBrain ( string accountName, string accountKey, string partitionKey = "Brain" ) : Microsoft.WindowsAzure.Storage
accountName string
accountKey string
partitionKey string
리턴 Microsoft.WindowsAzure.Storage

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

GetValue() 공개 메소드

public GetValue ( string key ) : object
key string
리턴 object

RemoveKey() 공개 메소드

public RemoveKey ( string key ) : void
key string
리턴 void

SetValue() 공개 메소드

public SetValue ( string key, object value ) : void
key string
value object
리턴 void