NoOpStreamDeliveryFailureHandler Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NoOpStreamDeliveryFailureHandler() |
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class. |
NoOpStreamDeliveryFailureHandler(Boolean) |
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class. |
NoOpStreamDeliveryFailureHandler()
- Source:
- NoOpStreamFailureHandler.cs
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class.
public NoOpStreamDeliveryFailureHandler ();
Public Sub New ()
Applies to
NoOpStreamDeliveryFailureHandler(Boolean)
- Source:
- NoOpStreamFailureHandler.cs
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class.
public NoOpStreamDeliveryFailureHandler (bool faultOnError);
new Orleans.Streams.NoOpStreamDeliveryFailureHandler : bool -> Orleans.Streams.NoOpStreamDeliveryFailureHandler
Public Sub New (faultOnError As Boolean)
Parameters
- faultOnError
- Boolean
The value used for ShouldFaultSubsriptionOnError.