Scheduler for WinRT
IsSynchronizable Method


The BasePersistableObject object.
Indicates whether the specified collection item should be synchronized.
Syntax
'Declaration
 
Protected Overridable Function IsSynchronizable( _
   ByVal collectionItem As BasePersistableObject _
) As Boolean
'Usage
 
Dim instance As BaseStorage(Of T,TMappingCollection)
Dim collectionItem As BasePersistableObject
Dim value As Boolean
 
value = instance.IsSynchronizable(collectionItem)
protected virtual bool IsSynchronizable( 
   BasePersistableObject collectionItem
)

Parameters

collectionItem
The BasePersistableObject object.

Return Value

True if item should be synchronized; false, otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseStorage<T,TMappingCollection> Class
BaseStorage<T,TMappingCollection> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.