MemoryAdapterFactory<TSerializer>.StreamFailureHandlerFactory 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.
Creates a failure handler for a partition.
protected Func<string,System.Threading.Tasks.Task<Orleans.Streams.IStreamFailureHandler>> StreamFailureHandlerFactory { get; set; }
member this.StreamFailureHandlerFactory : Func<string, System.Threading.Tasks.Task<Orleans.Streams.IStreamFailureHandler>> with get, set
Protected Property StreamFailureHandlerFactory As Func(Of String, Task(Of IStreamFailureHandler))