ICodePackageActivationContext.GetServiceTypes Method

Definition

Retrieves the list of Service types in the service manifest.

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ServiceTypeDescription> GetServiceTypes ();
abstract member GetServiceTypes : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ServiceTypeDescription>
Public Function GetServiceTypes () As KeyedCollection(Of String, ServiceTypeDescription)

Returns

The list of service types in the service manifest.

Applies to