Click or drag to resize

CoreApiProxySwitchService Method

Switches the service.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ProvisioningService SwitchService(
	ProvisioningService service,
	string accountName,
	string newServiceName,
	Dictionary<string, string> additionalData
)

Parameters

service
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningService
The service.
accountName
Type: SystemString
Name of the account.
newServiceName
Type: SystemString
New name of the service.
additionalData
Type: System.Collections.GenericDictionaryString, String
The additional data.

Return Value

Type: ProvisioningService

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.SwitchService(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ProvisioningService,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

Implements

ICoreApiSwitchService(ProvisioningService, String, String, DictionaryString, String)
See Also