SyncEngineInstance Property |
Get SyncEngine singleton instance
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static SyncEngine Instance { get; }Public Shared ReadOnly Property Instance As SyncEngine
Get
public:
static property SyncEngine^ Instance {
SyncEngine^ get ();
}static member Instance : SyncEngine with get
Property Value
Type:
SyncEngine
See Also