예제 #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);
        }
예제 #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;
        }