ITransactionDataCopier<TData>
interface
Namespace: Orleans.Transactions.Abstractions
Creates independent copies of data used by transactions.
public interface ITransactionDataCopier<TData>Methods
DeepCopy(TData)Creates a deep copy of the specified value.
