public static Task<bool> SetSingleEditWorkspaceAsync( Project project, DatastoreConfiguration datastoreConfig )
Public Overloads Shared Function SetSingleEditWorkspaceAsync( _ ByVal project As Project, _ ByVal datastoreConfig As DatastoreConfiguration _ ) As Task(Of Boolean)
Parameters
- project
- datastoreConfig
- The datastore configuration to edit.
Return Value
A task representing a value indicating if the edit session was started.