C# Class Dev2.Data.Binary_Objects.DataListRegistar

Used to register data list creation so we can ensure clean up ;)
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode 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.

Method Details

ClearDataList() public static méthode

public static ClearDataList ( ) : void
Résultat void

DisposeScope() public static méthode

Disposes the 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 true [document compact].
Résultat void

RegisterActivityThreadToParentId() public static méthode

Registers the activity thread automatic parent unique identifier.
public static RegisterActivityThreadToParentId ( int parentId, int childId ) : void
parentId int The parent unique identifier.
childId int The child unique identifier.
Résultat void

RegisterDataListInScope() public static méthode

Registers the data list information scope.
public static RegisterDataListInScope ( int transactionScopeId, System.Guid dataListId ) : void
transactionScopeId int The transaction scope unique identifier.
dataListId System.Guid The data list unique identifier.
Résultat void