Click or drag to resize
GDWindowsGetServiceProvidersAsync Method (GDServiceProviderType, String, String)
Discover providers of a specific shared service.
Discover providers of a specific shared service.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<IList<GDServiceProvider>> GetServiceProvidersAsync(
	GDServiceProviderType type,
	string serviceId,
	string version
)

Parameters

type
Type: GDGDServiceProviderType
Value specifying whether to return a list of application-based or server-based providers.Value specifying whether to return a list of application-based or server-based providers.
serviceId
Type: SystemString
ID of the required service.ID of the required service.
version
Type: SystemString
Required version of the service, or Sting.Empty to list all provided versions separately.Required version of the service, or Sting.Empty to list all provided versions separately.

Return Value

Type: IAsyncOperationIListGDServiceProvider
When this method completes successfully, it returns the list of GDServiceProvider objects containing the list of available service providers. The order of objects in the list is not specified.

Return Value

Type: IAsyncOperationIListGDServiceProvider
When this method completes successfully, it returns the list of GDServiceProvider objects containing the list of available service providers. The order of objects in the list is not specified.
Remarks

This method returns a list of the available providers of a specified service.

The returned list is based on the BlackBerry Dynamics Application Identifier (BlackBerry Dynamics Entitlement ID) configuration in the enterprise BlackBerry Dynamics management console and in the central BlackBerry Dynamics Catalog. The list includes an entry for each BlackBerry Dynamics Entitlement ID and Entitlement Version pair that meets all the following conditions:

See GetServiceProvidersAsync method for more details.

Remarks

This method returns a list of the available providers of a specified service.

The returned list is based on the BlackBerry Dynamics Application Identifier (BlackBerry Dynamics Entitlement ID) configuration in the enterprise BlackBerry Dynamics management console and in the central BlackBerry Dynamics Catalog. The list includes an entry for each BlackBerry Dynamics Entitlement ID and Entitlement Version pair that meets all the following conditions:

See GetServiceProvidersAsync method for more details.

See also the note on Icon images in the GetServiceProvidersAsync documentation.

See Also