Click or drag to resize
SpeechClientSubscribeToT Method
Subscribes the specific event to perform given a action.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public void SubscribeTo<T>(
	Func<T, Task> action
)

Parameters

action
Type: SystemFuncT, Task
The action.

Type Parameters

T
Type of the subscription

Implements

ISpeechClientSubscribeToT(FuncT, Task)
Remarks
Only the last action subscribed will be executed.
See Also