C# 클래스 NServiceBus.SagaFinder

파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
Find ( IBuilder builder, SagaFinderDefinition finderDefinition, SynchronizedStorageSession storageSession, ContextBag context, object message ) : Task

메소드 상세

Find() 공개 추상적인 메소드

public abstract Find ( IBuilder builder, SagaFinderDefinition finderDefinition, SynchronizedStorageSession storageSession, ContextBag context, object message ) : Task
builder IBuilder
finderDefinition NServiceBus.Sagas.SagaFinderDefinition
storageSession SynchronizedStorageSession
context ContextBag
message object
리턴 Task