Click or drag to resize

SynchronizedAppServiceBehavior Methods

The SynchronizedAppServiceBehavior type exposes the following members.

Methods
 NameDescription
Public methodCreateTickle Creates a tickle on the service
(Inherited from AppServiceBehavior)
Public methodDeleteQueueItem Remove a queue item
Public methodDisableService Disable the specified service
(Inherited from AppServiceBehavior)
Public methodDismissTickle Delete the specified tickle
(Inherited from AppServiceBehavior)
Public methodDispose Dispose the state time
(Inherited from AppServiceBehavior)
Public methodEnableService Enable the specified service
(Inherited from AppServiceBehavior)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAppSettings Update configuration
(Inherited from AppServiceBehavior)
Public methodGetConfiguration Get the configuration
(Inherited from AppServiceBehavior)
Public methodGetConfigurationQr Get configuration QR code
(Inherited from AppServiceBehavior)
Public methodGetCurrentSessionInfo Get current user information
(Inherited from AppServiceBehavior)
Obsolete
Public methodGetDataStorageProviders Get the data storage providers
(Inherited from AppServiceBehavior)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIntegrationPatterns Get the data storage providers
(Inherited from AppServiceBehavior)
Public methodGetLocaleAssets Get locale assets
(Inherited from AppServiceBehavior)
Public methodGetMenus Gets menus
(Inherited from AppServiceBehavior)
Public methodGetQueue Get content of all the queues
Public methodGetQueue(String) Gets the queue entries
Public methodGetQueueConflict Gets the conflict data a patch representing the difference between the server version and the local version being
Public methodGetQueueData Get the specific queue entry
Public methodGetRoutes Gets the routes
(Inherited from AppServiceBehavior)
Public methodGetServices Disable the specified service
(Inherited from AppServiceBehavior)
Public methodGetState Get DCG online state
(Inherited from AppServiceBehavior)
Public methodGetSynchronizationLogs Get synchronization logs
Public methodGetTemplate Get template
(Inherited from AppServiceBehavior)
Public methodGetTemplateDefinition Gets the template definition
(Inherited from AppServiceBehavior)
Public methodGetTemplateForm Get the form for the specified template
(Inherited from AppServiceBehavior)
Public methodGetTemplateModel Gets the specified template identifier
(Inherited from AppServiceBehavior)
Public methodGetTemplates Get all templates
(Inherited from AppServiceBehavior)
Public methodGetTemplateView(String) Get the view for the specified template
(Inherited from AppServiceBehavior)
Public methodGetTemplateView(String, String)
(Inherited from AppServiceBehavior)
Public methodGetTickles Gets the tickles/reminders which are alerts in the application
(Inherited from AppServiceBehavior)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUuid Gets a new UUID
(Inherited from AppServiceBehavior)
Public methodGetWidget Get a widget
(Inherited from AppServiceBehavior)
Public methodGetWidgets Gets the widgets
(Inherited from AppServiceBehavior)
Public methodJoinRealm Join the realm
(Inherited from AppServiceBehavior)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPerformUpdate Instruct the service to do an update
(Inherited from AppServiceBehavior)
Public methodResetSynchronizationStatus Reset the synchornization status
Public methodResetSynchronizationStatus(String) 
Public methodResolveQueueConflict Perform a patch / resolution
Public methodRetryQueueEntry Force a retry on the conflicted queue item
Public methodSetAppSettings Update configuration
(Inherited from AppServiceBehavior)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnJoinRealm Join the realm
(Inherited from AppServiceBehavior)
Public methodUpdateConfiguration Update configuration
(Inherited from AppServiceBehavior)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn 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)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also