Caliburn.Micro.Autofac.StorageHandlers.WinRTRoamingStorageMechanism.Delete C# (CSharp) Метод

Delete() публичный Метод

Deletes the data with the specified key.
public Delete ( string key ) : void
key string The key.
Результат void
        public void Delete(string key) {
            SessionState.Remove(key);
            _removedThisSession.Add(key);
        }