ApplicationContext.Init Method
Include Protected Members
Include Inherited Members
Initializes the application context information with the specified parameters that are passed to the Silverlight application.
Overload List
Name | Description | |
---|---|---|
Init(IDictionary<String, String>) | Initializes the application context information with the specified parameters that are passed to the Silverlight application. | |
Init(IDictionary<String, String>, SynchronizationContext) | Initializes the application context with the specified parameters that are passed to the Silverlight application. |
Top