Re-activates a session when application comes back from tombstone state.
Namespace: Microsoft.Hawaii.Smash.ClientAssembly: Microsoft.Hawaii.Smash.Client (in Microsoft.Hawaii.Smash.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- clientId
- Type:
System String
Azure Data Market client id used for authentication.
- clientSecret
- Type:
System String
Azure Data Market client secret used for authentication.
- dispatcher
- Type:
System.Windows.Threading Dispatcher
The Dispatcher object. a dispatcher must be specified in order to use data binding with Smash.
- stateDictionary
- Type:
System.Collections.Generic IDictionary
String,
Object
The tombstoned state.
- tables
- Type: Microsoft.Hawaii.Smash.Client ISmashTable
The set of SmashTable objects to join to the re-activated session.
Return Value
the Smash session object.See Also