# ObserverStarting

Package: [Microsoft.Orleans.Runtime](/orleans/docs/api/csharp/microsoft.orleans.runtime/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Runtime) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/SiloLifecycleEvents.cs#L137)

```csharp
public sealed class ObserverStarting : LifecycleEvent
```

Event payload for when a lifecycle observer is about to start.

## Constructors

- [ObserverStarting(string, int, string, SiloAddress?, ILifecycleObserver)](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.silolifecycleevents.observerstarting/constructors/constructor-string-int-string-orleans-runtime-siloaddress-nullable-orleans-ilife-9ec7d626/)

## Fields

- [Observer](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.silolifecycleevents.observerstarting/fields/observer-5660f2d3/)
- [ObserverName](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.silolifecycleevents.observerstarting/fields/observername-f22b266e/)
