Click or drag to resize
SyncProcessResult Constructor (Boolean, Exception)
Initializes a new instance of the SyncProcessResult class

Namespace: Activsoft.Engine.Mobile.Utils.Sync
Assembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SyncProcessResult(
	bool ok,
	Exception e
)

Parameters

ok
Type: SystemBoolean

[Missing <param name="ok"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Sync.SyncProcessResult.#ctor(System.Boolean,System.Exception)"]

e
Type: SystemException

[Missing <param name="e"/> documentation for "M:Activsoft.Engine.Mobile.Utils.Sync.SyncProcessResult.#ctor(System.Boolean,System.Exception)"]

See Also