C# Class Rock.Store.StoreServiceBase

Base service class for store services
Afficher le fichier Open project: NewSpring/Rock

Protected Properties

Свойство Type Description
_clientTimeout int
_rockStoreUrl string

Méthodes publiques

Méthode Description
StoreServiceBase ( ) : System

Initializes a new instance of the StoreServiceBase class.

Method Details

StoreServiceBase() public méthode

Initializes a new instance of the StoreServiceBase class.
public StoreServiceBase ( ) : System
Résultat System

Property Details

_clientTimeout protected_oe property

The Client Timeout
protected int _clientTimeout
Résultat int

_rockStoreUrl protected_oe property

Internal variable to store the url to the store.
protected string _rockStoreUrl
Résultat string