Method | Description | |
---|---|---|
ClearDataList ( ) : void | ||
DisposeScope ( int transactionScopeId, System.Guid rootRequestId, bool doCompact = true ) : void |
Disposes the scope.
|
|
RegisterActivityThreadToParentId ( int parentId, int childId ) : void |
Registers the activity thread automatic parent unique identifier.
|
|
RegisterDataListInScope ( int transactionScopeId, System.Guid dataListId ) : void |
Registers the data list information scope.
|
public static DisposeScope ( int transactionScopeId, System.Guid rootRequestId, bool doCompact = true ) : void | ||
transactionScopeId | int | The transaction scope unique identifier. |
rootRequestId | System.Guid | The root request unique identifier. |
doCompact | bool | if set to |
return | void |
public static RegisterActivityThreadToParentId ( int parentId, int childId ) : void | ||
parentId | int | The parent unique identifier. |
childId | int | The child unique identifier. |
return | void |
public static RegisterDataListInScope ( int transactionScopeId, System.Guid dataListId ) : void | ||
transactionScopeId | int | The transaction scope unique identifier. |
dataListId | System.Guid | The data list unique identifier. |
return | void |