Microsoft.Dynamics.Mobile.Framework.Deployment Namespace
The Microsoft.Dynamics.Mobile.Framework.Deployment namespace contains types that support the deployment of mobile applications.
| Class | Description | |
|---|---|---|
| DeploymentAgent | Agent for downloading updates to the application |
| DeploymentAgentConfigurationSection | Defines the configuration section for the DeploymentAgent. |
| DeploymentServiceAdaptor | Used to access the deployment service on the server. |
| FileHash | Generates a unique file hash for a file. |
| InstallManager | The controller for installing new updates. |
| InvalidChunkException | Occurs when the downloaded update chunk is invalid. |
| InvalidUpdateStateException | Occurs when an operation cannot perform due to invalid update state. |
| InventoryManager | Manages the files belonging to the application. |
| MissingChunk | Specifies the chunk that is missing and needs to be downloaded. |
| ProgressEventArgs | Event arguments used for the install progress. |
| UpdateManager | Manages the update package and the downloaded chunks. |
| Interface | Description | |
|---|---|---|
| IDeploymentServiceAdaptor | Describes the deployment service. |
| IInstallManager | Describes the InstallManager . |
| IInventoryManager | Describes the InventoryManager. |
| IUpdateManager | Describes the UpdateManager. |