Enum SyncMode
Defines whether the package will be handled synchronously or asynchronously
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public enum SyncMode : int
Asynchronously
Defines that the package will be handled asynchronously.
Synchronously
Defines that the package will be handled synchronously.