With NServiceBus, behavior is specified by writing a class that inherits from Saga where T is the saga data class. There is also a base class for sagas that contains many features required for implementing long-running processes.
With NServiceBus, behavior is specified by writing a class that inherits from Saga where T is the saga data class. There is also a base class for sagas that contains many features required for implementing long-running processes.