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