C# Class Orleans.StorageProviders.SimpleSQLServerStorage.ProviderConfigurationExtensions

Afficher le fichier Open project: OrleansContrib/Orleans.StorageProviders.SimpleSQLServerStorage

Méthodes publiques

Méthode Description
AddSimpleSQLStorageProvider ( this config, string providerName, string connectionString, string UseJsonFormat ) : void

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

Method Details

AddSimpleSQLStorageProvider() public static méthode

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
Résultat void