UndoableGraphTransactionScope.GetUndoId Method

Definition

Get the Id associated with the given GraphTransactionEnlistment

public:
 static System::Object ^ GetUndoId(System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ scopeProperties);
public static object GetUndoId (System.Collections.Generic.Dictionary<object,object> scopeProperties);
static member GetUndoId : System.Collections.Generic.Dictionary<obj, obj> -> obj
Public Shared Function GetUndoId (scopeProperties As Dictionary(Of Object, Object)) As Object

Parameters

scopeProperties
Dictionary<Object,Object>

The property bag from the transaction scope in question.

Returns

Applies to