Syntax
public abstract System.Threading.Tasks.Task UpgradeSchemaAsync(IReadOnlyDictionary<int, System.Guid> canoncialGuids, System.Threading.CancellationToken cancellationToken)
Parameters
- canoncialGuids
- Type: System.Collections.Generic.IReadOnlyDictionary<int, System.Guid>
Map of script IDs to script GUIDs.
- cancellationToken
- Type: System.Threading.CancellationToken
The cancellation token.