ObserverFailed
class
Namespace: Orleans.Core.Diagnostics
Event payload for when a lifecycle observer has failed.
public sealed class ObserverFailed : LifecycleEventConstructors
ObserverFailed(string, int, string, SiloAddress, Exception, TimeSpan, ILifecycleObserver)Event payload for when a lifecycle observer has failed.
Fields
ElapsedThe time elapsed before the failure.ExceptionThe exception which caused the failure.ObserverThe lifecycle observer.ObserverNameThe observer name.
