VoiceCommandServiceConnection.FromAppServiceTriggerDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a VoiceCommandServiceConnection object from the AppServiceTriggerDetails that contains info associated with the background task for the app service.
public:
static VoiceCommandServiceConnection ^ FromAppServiceTriggerDetails(AppServiceTriggerDetails ^ triggerDetails);
static VoiceCommandServiceConnection FromAppServiceTriggerDetails(AppServiceTriggerDetails const& triggerDetails);
public static VoiceCommandServiceConnection FromAppServiceTriggerDetails(AppServiceTriggerDetails triggerDetails);
function fromAppServiceTriggerDetails(triggerDetails)
Public Shared Function FromAppServiceTriggerDetails (triggerDetails As AppServiceTriggerDetails) As VoiceCommandServiceConnection
Parameters
- triggerDetails
- AppServiceTriggerDetails
Contains info associated with the background task for the app service.
Returns
The background app service connection to Cortana.