netCoreSyncGetSyncIdInfo method

SyncIdInfo? netCoreSyncGetSyncIdInfo()

Get the currently assigned SyncIdInfo in the framework. This will return null if the netCoreSyncSetSyncIdInfo() method hasn't been called.

Read more about this method in Client Side Initialization in the netcoresync_moor documentation for more details.

Implementation

SyncIdInfo? netCoreSyncGetSyncIdInfo() => dataAccess.syncIdInfo;