Struct RetrieveResult<T>
- Namespace
- JobFlow.Core.Infrastructure.Storage
- Assembly
- JobFlow.Core.dll
public struct RetrieveResult<T> : IDisposable
Type Parameters
T
- Implements
- Inherited Members
- Extension Methods
Constructors
RetrieveResult(T, string)
public RetrieveResult(T value, string token)
Parameters
value
Ttoken
string
Properties
Token
public readonly string Token { get; }
Property Value
Value
public readonly T Value { get; }
Property Value
- T
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()