# Sandbox.Speech.Recognition.OnSpeechResult.BeginInvoke

```csharp
System.IAsyncResult BeginInvoke(SpeechRecognitionResult result, System.AsyncCallback callback, object object)
```

### Parameters

- `result` (`SpeechRecognitionResult`)
- `callback` (`System.AsyncCallback`)
- `object` (`object`)

### Returns

`System.IAsyncResult`

Declared in [Sandbox.Speech.Recognition.OnSpeechResult](/api/Sandbox.Speech.Recognition.OnSpeechResult).
Assembly: `Sandbox.Engine`.
