Exemplo n.º 1
0
        internal static CacheStoppedEventResponse GetCacheStoppedEventResponse(string cacheId)
        {
            Alachisoft.NCache.Common.Protobuf.CacheStoppedEventResponse cacheStopped = new Alachisoft.NCache.Common.Protobuf.CacheStoppedEventResponse();
            cacheStopped.cacheId = cacheId;

            return(cacheStopped);
        }
Exemplo n.º 2
0
        internal static CacheStoppedEventResponse GetCacheStoppedEventResponse(string cacheId)
        {
            Alachisoft.NCache.Common.Protobuf.CacheStoppedEventResponse cacheStopped = new Alachisoft.NCache.Common.Protobuf.CacheStoppedEventResponse();
            cacheStopped.cacheId = cacheId;

            return cacheStopped;
        }