| AbstractSyncTaskRunner Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Sync.AbstractSyncTask.Runner"]
Namespace: Activsoft.Engine.Mobile.Utils.SyncAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected IGraphicSyncInteraction Runner { get; set; }Protected Property Runner As IGraphicSyncInteraction
Get
Set
protected:
property IGraphicSyncInteraction^ Runner {
IGraphicSyncInteraction^ get ();
void set (IGraphicSyncInteraction^ value);
}member Runner : IGraphicSyncInteraction with get, set
Property Value
Type:
IGraphicSyncInteraction
See Also