Method SwitchVersionAsync
SwitchVersionAsync(String, CancellationToken)
Asynchronously switches all connected feature tables to the new version.
Declaration
public Task SwitchVersionAsync(string versionName, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System. |
versionName | The name of the version to connect to. |
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
A task that represents the switching to the specified version. |
Remarks
An error is thrown if:
- The service isn't branch versioned.
- No version exists with the supplied name.
- Any of the Connected
Tables have unapplied edits.
Check the result of Has
Exceptions
Type | Condition |
---|---|
System. |
|
Arc |
No version exists with the supplied name. |
System. |
Any of the Connected |
Branch |
The service isn't branch versioned. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.14 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |
SwitchVersionAsync(String)
Asynchronously switches all connected feature tables to the new version.
Declaration
public Task SwitchVersionAsync(string versionName)
Parameters
Type | Name | Description |
---|---|---|
System. |
versionName | The name of the version to connect to. |
Returns
Type | Description |
---|---|
System. |
A task that represents the switching to the specified version. |
Remarks
An error is thrown if:
- The service isn't branch versioned.
- No version exists with the supplied name.
- Any of the Connected
Tables have unapplied edits.
Check the result of Has
Exceptions
Type | Condition |
---|---|
System. |
|
Arc |
No version exists with the supplied name. |
System. |
Any of the Connected |
Branch |
The service isn't branch versioned. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |