# DefaultQueueAdapterReceiverMonitor.TrackInitialization(bool, TimeSpan, Exception)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.defaultqueueadapterreceivermonitor/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.defaultqueueadapterreceivermonitor/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Common/Monitors/DefaultQueueAdapterReceiverMonitor.cs#L69-L72)

```csharp
public void TrackInitialization(bool success, TimeSpan callTime, Exception exception)
```

Track attempts to initialize the receiver.

### Parameters

- `success` (`bool`): True if read succeeded, false if read failed.
- `callTime` (`TimeSpan`): Init operation time.
- `exception` (`Exception`): Exception caught if initialize fail.
