CoreApiProxyGetNumberOfServicesForPackage Method |
Finds the number of services with specified name for given account and packge.
Namespace:
Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Dictionary<string, int> GetNumberOfServicesForPackage(
string[] serviceNames,
string account,
string package
)
Public Function GetNumberOfServicesForPackage (
serviceNames As String(),
account As String,
package As String
) As Dictionary(Of String, Integer)
public:
virtual Dictionary<String^, int>^ GetNumberOfServicesForPackage(
array<String^>^ serviceNames,
String^ account,
String^ package
) sealed
abstract GetNumberOfServicesForPackage :
serviceNames : string[] *
account : string *
package : string -> Dictionary<string, int>
override GetNumberOfServicesForPackage :
serviceNames : string[] *
account : string *
package : string -> Dictionary<string, int>
Parameters
- serviceNames
- Type: SystemString
Array of service names to search for. - account
- Type: SystemString
Owner account id. - package
- Type: SystemString
Owner package id.
Return Value
Type:
DictionaryString,
Int32
Number of found services by name.
Implements
ICoreApiGetNumberOfServicesForPackage(String, String, String)See Also