# LifecycleEvent Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.core.diagnostics.clientlifecycleevents.lifecycleevent/)

## ClientAddress {#clientaddress-bf604e64}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.core.diagnostics.clientlifecycleevents.lifecycleevent/fields/clientaddress-bf604e64/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Diagnostics/ClientLifecycleEvents.cs)

```csharp
public readonly SiloAddress ClientAddress
```

The client address associated with the event, if any.

## Stage {#stage-5336ae25}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.core.diagnostics.clientlifecycleevents.lifecycleevent/fields/stage-5336ae25/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Diagnostics/ClientLifecycleEvents.cs)

```csharp
public readonly int Stage
```

The numeric stage identifier.

## StageName {#stagename-808f1696}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.core.diagnostics.clientlifecycleevents.lifecycleevent/fields/stagename-808f1696/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Diagnostics/ClientLifecycleEvents.cs)

```csharp
public readonly string StageName
```

The human-readable stage name.
