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