StreamInactive
class
Namespace: Orleans.Streaming.Diagnostics
Event payload for when a stream becomes inactive due to no activity.
public sealed class StreamInactive : StreamingEventConstructors
StreamInactive(string, StreamId, TimeSpan, SiloAddress?)Event payload for when a stream becomes inactive due to no activity.
Fields
InactivityPeriodThe configured inactivity period.StreamIdThe stream ID.
