C# 클래스 NServiceBus.InMemorySynchronizedStorageSession

상속: CompletableSynchronizedStorageSession
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
CompleteAsync ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Enlist ( System.Action action ) : void
InMemorySynchronizedStorageSession ( ) : System
InMemorySynchronizedStorageSession ( InMemoryTransaction transaction ) : System

메소드 상세

CompleteAsync() 공개 메소드

public CompleteAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enlist() 공개 메소드

public Enlist ( System.Action action ) : void
action System.Action
리턴 void

InMemorySynchronizedStorageSession() 공개 메소드

public InMemorySynchronizedStorageSession ( ) : System
리턴 System

InMemorySynchronizedStorageSession() 공개 메소드

public InMemorySynchronizedStorageSession ( InMemoryTransaction transaction ) : System
transaction InMemoryTransaction
리턴 System