C# 클래스 Orleans.StorageProviders.SimpleSQLServerStorage.ProviderConfigurationExtensions

파일 보기 프로젝트 열기: OrleansContrib/Orleans.StorageProviders.SimpleSQLServerStorage

공개 메소드들

메소드 설명
AddSimpleSQLStorageProvider ( this config, string providerName, string connectionString, string UseJsonFormat ) : void

Adds a storage provider of type Orleans.StorageProviders.SimpleSQLServerStorage.SimpleSQLServerStorage

메소드 상세

AddSimpleSQLStorageProvider() 공개 정적인 메소드

Adds a storage provider of type Orleans.StorageProviders.SimpleSQLServerStorage.SimpleSQLServerStorage
public static AddSimpleSQLStorageProvider ( this config, string providerName, string connectionString, string UseJsonFormat ) : void
config this The cluster configuration object to add provider to.
providerName string The provider name.
connectionString string SqlClient connection string
UseJsonFormat string true, false, or both
리턴 void