AOP02.Core.CacheMethodAttribute.CacheMethodAttribute C# (CSharp) Méthode

CacheMethodAttribute() public méthode

public CacheMethodAttribute ( ) : System
Résultat System
        public CacheMethodAttribute()
        {
            // مقدار پيش فرض
            SecondsToCache = 10;
        }
CacheMethodAttribute