Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Commit(Of T)( _ ByVal stageCommit As Action(Of T), _ ByVal value As T _ ) |
C# | |
---|---|
public void Commit<T>( Action<T> stageCommit, T value ) |
Parameters
- stageCommit
- value
Type Parameters
- T
Exception | Description |
---|---|
System.ObjectDisposedException | The exception that is thrown when an operation is performed on a disposed object. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7