Click or drag to resize

ISyncStateProviderBeginTransaction Method

Begins a named transaction.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
void BeginTransaction(
	string name
)

Parameters

name
Type: SystemString
The transaction name.
See Also