Method Resolve
Resolve(string)
Resolves an input simulator based on the provided identifier or name. This method returns an observable that emits the resolved input simulator when it becomes available.
Declaration
IObservable<IInputSimulatorEx> Resolve(string simulatorIdOrName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | simulatorIdOrName | The identifier or name of the input simulator to resolve. |
Returns
| Type | Description |
|---|---|
| IObservable<IInputSimulatorEx> | An observable that emits the resolved input simulator when it becomes available. |