C# 클래스 Dev2.Data.Binary_Objects.DataListRegistar

Used to register data list creation so we can ensure clean up ;)
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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.

메소드 상세

ClearDataList() 공개 정적인 메소드

public static ClearDataList ( ) : void
리턴 void

DisposeScope() 공개 정적인 메소드

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].
리턴 void

RegisterActivityThreadToParentId() 공개 정적인 메소드

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.
리턴 void

RegisterDataListInScope() 공개 정적인 메소드

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.
리턴 void