IStreamFailureHandler.ShouldFaultSubsriptionOnError Property
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.
Gets a value indicating whether the subscription should fault when there is an error.
public bool ShouldFaultSubsriptionOnError { get; }
member this.ShouldFaultSubsriptionOnError : bool
Public ReadOnly Property ShouldFaultSubsriptionOnError As Boolean
Property Value
true
if the subscription should fault when there is an error; otherwise, false
.