---
title: "timedInvokeRequest(withExpectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclustertestcluster/timedinvokerequest(withexpectedvalues:expectedvalueinterval:completionhandler:)"
---

# timedInvokeRequest(withExpectedValues:expectedValueInterval:completionHandler:)

## Declaration

```swift
func timedInvokeRequest(withExpectedValues expectedValues: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func timedInvokeRequest(withExpectedValues expectedValues: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws
```
