Skip to content

DefaultTransactionDataCopier<TData>.DefaultTransactionDataCopier<TData>(DeepCopier<TData>)

DefaultTransactionDataCopier<TData>(DeepCopier<TData>)

View source
public DefaultTransactionDataCopier(DeepCopier<TData> deepCopier)
Initializes a new instance of the Orleans.Transactions.DefaultTransactionDataCopier class.

Parameters

deepCopierDeepCopier<TData>
The copier used to create independent copies of transaction data.