public Task Handle(SagaWithoutCorrelationPropertyStartingMessage message, IMessageHandlerContext context)
 {
     throw new NotImplementedException();
 }
 public Task <SagaWithoutCorrelationPropertyData> FindBy(SagaWithoutCorrelationPropertyStartingMessage message, SynchronizedStorageSession storageSession, ReadOnlyContextBag context, CancellationToken cancellationToken)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Task <SagaWithoutCorrelationPropertyData> FindBy(SagaWithoutCorrelationPropertyStartingMessage message, SynchronizedStorageSession storageSession, ReadOnlyContextBag context, CancellationToken cancellationToken = default)
 {
     return(Task.FromResult(sagaToFind));
 }