Synchronized |
The SynchronizedAppServiceBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| SynchronizedAppServiceBehavior | Synchronized app service behavior CTOR | |
| SynchronizedAppServiceBehavior(ISynchronizationQueueManager, ISynchronizationService, ISynchronizationLogService) | Synchronized app service behavior |
| Name | Description | |
|---|---|---|
| CreateTickle |
Creates a tickle on the service
(Inherited from AppServiceBehavior) | |
| DeleteQueueItem | Remove a queue item | |
| DisableService |
Disable the specified service
(Inherited from AppServiceBehavior) | |
| DismissTickle |
Delete the specified tickle
(Inherited from AppServiceBehavior) | |
| Dispose |
Dispose the state time
(Inherited from AppServiceBehavior) | |
| EnableService |
Enable the specified service
(Inherited from AppServiceBehavior) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetAppSettings |
Update configuration
(Inherited from AppServiceBehavior) | |
| GetConfiguration |
Get the configuration
(Inherited from AppServiceBehavior) | |
| GetConfigurationQr |
Get configuration QR code
(Inherited from AppServiceBehavior) | |
| GetCurrentSessionInfo |
Get current user information
(Inherited from AppServiceBehavior) Obsolete | |
| GetDataStorageProviders |
Get the data storage providers
(Inherited from AppServiceBehavior) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIntegrationPatterns |
Get the data storage providers
(Inherited from AppServiceBehavior) | |
| GetLocaleAssets |
Get locale assets
(Inherited from AppServiceBehavior) | |
| GetMenus |
Gets menus
(Inherited from AppServiceBehavior) | |
| GetQueue | Get content of all the queues | |
| GetQueue(String) | Gets the queue entries | |
| GetQueueConflict | Gets the conflict data a patch representing the difference between the server version and the local version being | |
| GetQueueData | Get the specific queue entry | |
| GetRoutes |
Gets the routes
(Inherited from AppServiceBehavior) | |
| GetServices |
Disable the specified service
(Inherited from AppServiceBehavior) | |
| GetState |
Get DCG online state
(Inherited from AppServiceBehavior) | |
| GetSynchronizationLogs | Get synchronization logs | |
| GetTemplate |
Get template
(Inherited from AppServiceBehavior) | |
| GetTemplateDefinition |
Gets the template definition
(Inherited from AppServiceBehavior) | |
| GetTemplateForm |
Get the form for the specified template
(Inherited from AppServiceBehavior) | |
| GetTemplateModel |
Gets the specified template identifier
(Inherited from AppServiceBehavior) | |
| GetTemplates |
Get all templates
(Inherited from AppServiceBehavior) | |
| GetTemplateView(String) |
Get the view for the specified template
(Inherited from AppServiceBehavior) | |
| GetTemplateView(String, String) | (Inherited from AppServiceBehavior) | |
| GetTickles |
Gets the tickles/reminders which are alerts in the application
(Inherited from AppServiceBehavior) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUuid |
Gets a new UUID
(Inherited from AppServiceBehavior) | |
| GetWidget |
Get a widget
(Inherited from AppServiceBehavior) | |
| GetWidgets |
Gets the widgets
(Inherited from AppServiceBehavior) | |
| JoinRealm |
Join the realm
(Inherited from AppServiceBehavior) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PerformUpdate |
Instruct the service to do an update
(Inherited from AppServiceBehavior) | |
| ResetSynchronizationStatus | Reset the synchornization status | |
| ResetSynchronizationStatus(String) | ||
| ResolveQueueConflict | Perform a patch / resolution | |
| RetryQueueEntry | Force a retry on the conflicted queue item | |
| SetAppSettings |
Update configuration
(Inherited from AppServiceBehavior) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UnJoinRealm |
Join the realm
(Inherited from AppServiceBehavior) | |
| UpdateConfiguration |
Update configuration
(Inherited from AppServiceBehavior) |
| Name | Description | |
|---|---|---|
| m_appletManagerService |
The applet manager service injected into the instance
(Inherited from AppServiceBehavior) | |
| m_configurationManager |
The configuration manager
(Inherited from AppServiceBehavior) | |
| m_localizationService |
The localization service injected into the instance
(Inherited from AppServiceBehavior) | |
| m_patchService |
The patch service injected into the instance
(Inherited from AppServiceBehavior) | |
| m_policyEnforcementService |
The policy enforcement service injected into the instance
(Inherited from AppServiceBehavior) | |
| m_securityRepositoryService |
The security repository service injected into the instance
(Inherited from AppServiceBehavior) | |
| m_serviceManager |
The service manager injected into the instance
(Inherited from AppServiceBehavior) | |
| m_synchronizationLogService | The injected synchronization logging server | |
| m_synchronizationQueueManager | The injected synchronization queue manager | |
| m_synchronizationService | The injected synchornization controller server | |
| m_tickleService |
The tickle service injected into the
(Inherited from AppServiceBehavior) | |
| m_updateManager |
the update manager service injected into the instance
(Inherited from AppServiceBehavior) | |
| m_upstreamManagementService |
The upstream management service injected into the instance
(Inherited from AppServiceBehavior) | |
| m_userPreferenceManager |
The user preference manager injected into the instance
(Inherited from AppServiceBehavior) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |