Table of Contents

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)

public RetrieveResult(T value)

Parameters

value T

Properties

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()