Click or drag to resize

SyncMicrosoftSync Method

[Missing <summary> documentation for "M:VelocityDBExtensions.Sync.MicrosoftSync(VelocityDb.Session.SessionBase,VelocityDb.Session.SessionBase)"]

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static SyncOperationStatistics MicrosoftSync(
	this SessionBase sessionToUpdate,
	SessionBase sessionToRead
)

Parameters

sessionToUpdate
Type: VelocityDb.SessionSessionBase

[Missing <param name="sessionToUpdate"/> documentation for "M:VelocityDBExtensions.Sync.MicrosoftSync(VelocityDb.Session.SessionBase,VelocityDb.Session.SessionBase)"]

sessionToRead
Type: VelocityDb.SessionSessionBase

[Missing <param name="sessionToRead"/> documentation for "M:VelocityDBExtensions.Sync.MicrosoftSync(VelocityDb.Session.SessionBase,VelocityDb.Session.SessionBase)"]

Return Value

Type: SyncOperationStatistics

[Missing <returns> documentation for "M:VelocityDBExtensions.Sync.MicrosoftSync(VelocityDb.Session.SessionBase,VelocityDb.Session.SessionBase)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SessionBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also