Delete() 공개 메소드

public Delete ( string key, System.Guid etag ) : void
key string
etag System.Guid
리턴 void
		public BatchResult Execute(StorageActions storage)
		{
			storage.Delete(Key, Etag);
			return new BatchResult
			{
				Key = Key,
			};
		}