SyncEngineRegisteredCustomDataHandler Property |
Registers a custom data handler for callback. For asynchronous incoming data to the mobile
device a custom data handler can be used to interrupt and handle data in the application layer.
The synchronization layer calls back the registered custom data handler to provide the incoming
data fromm the server.
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ICustomDataHandler RegisteredCustomDataHandler { get; set; }Public Property RegisteredCustomDataHandler As ICustomDataHandler
Get
Set
public:
property ICustomDataHandler^ RegisteredCustomDataHandler {
ICustomDataHandler^ get ();
void set (ICustomDataHandler^ value);
}member RegisteredCustomDataHandler : ICustomDataHandler with get, set
Property Value
Type:
ICustomDataHandler
See Also