ProjectDB.ApplySolutionChangesAsync (Boolean) Method

Apply project changes async
Public Function ApplySolutionChangesAsync( _ 
ByVal restartProcesses As Boolean
) As Task(Of Boolean)
This language is not supported or no code example is available.
public Task<bool> ApplySolutionChangesAsync( 
bool restartProcesses 
)
This language is not supported or no code example is available.

Parameters

restartProcesses
bool

Flag indicating wheter processes should restart fully (true) or only recreate internal tables (false).

Return Value

Task<bool>

Flag indicating success or fail

.NET Framework

Supported in: 4.8

In this article

Definition