Share via


IDatabaseProjectNode.SyncProjectSystem Method (DatabaseProjectProjectSyncOption, Int32)

Calls to this method will flush and process any unprocessed files in the file manager feature.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Function SyncProjectSystem ( _
    projectSyncOption As DatabaseProjectProjectSyncOption, _
    timeoutSpanInSeconds As Integer _
) As Boolean
bool SyncProjectSystem(
    DatabaseProjectProjectSyncOption projectSyncOption,
    int timeoutSpanInSeconds
)
bool SyncProjectSystem(
    DatabaseProjectProjectSyncOption projectSyncOption, 
    int timeoutSpanInSeconds
)
abstract SyncProjectSystem : 
        projectSyncOption:DatabaseProjectProjectSyncOption * 
        timeoutSpanInSeconds:int -> bool 
function SyncProjectSystem(
    projectSyncOption : DatabaseProjectProjectSyncOption, 
    timeoutSpanInSeconds : int
) : boolean

Parameters

  • timeoutSpanInSeconds
    Type: System.Int32
    If the sync has not completed in this number of seconds, returns false.

Return Value

Type: System.Boolean
true if the project system is synced.

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

SyncProjectSystem Overload

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace