C# 클래스 Platform.Data.Core.Pairs.UInt64Links

파일 보기 프로젝트 열기: Konard/LinksPlatform 1 사용 예제들

공개 메소드들

메소드 설명
BeginTransaction ( ) : Transaction
UInt64Links ( ILinksMemoryManager memoryManager, string logAddress ) : System

비공개 메소드들

메소드 설명
CommitCreation ( UInt64Link after ) : void
CommitDeletion ( UInt64Link before ) : void
CommitTransition ( Transition transition ) : void
CommitUpdate ( UInt64Link before, UInt64Link after ) : void
DisposeTransitions ( ) : void
EnsureSelfReferencingLinkIsRestored ( ulong source, ulong target ) : void
GetCurrentTransitions ( ) : ConcurrentQueue
PushTransitions ( ) : void
ResetCurrentTransation ( ) : void
RevertTransition ( Transition transition ) : void
TransitionsPusher ( ) : void

메소드 상세

BeginTransaction() 공개 메소드

public BeginTransaction ( ) : Transaction
리턴 Transaction

UInt64Links() 공개 메소드

public UInt64Links ( ILinksMemoryManager memoryManager, string logAddress ) : System
memoryManager ILinksMemoryManager
logAddress string
리턴 System