コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CacheEntryProcessorResultHolder"/> class.
 /// </summary>
 /// <param name="entry">Entry.</param>
 /// <param name="processResult">Process result.</param>
 /// <param name="error">Error.</param>
 public CacheEntryProcessorResultHolder(IMutableCacheEntryInternal entry, object processResult, Exception error)
 {
     Entry         = entry;
     ProcessResult = processResult;
     Error         = error;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CacheEntryProcessorResultHolder"/> class.
 /// </summary>
 /// <param name="entry">Entry.</param>
 /// <param name="processResult">Process result.</param>
 /// <param name="error">Error.</param>
 public CacheEntryProcessorResultHolder(IMutableCacheEntryInternal entry, object processResult, Exception error)
 {
     Entry = entry;
     ProcessResult = processResult;
     Error = error;
 }