Compartir a través de


ICodePackageActivationContext.GetServiceTypes Método

Definición

Recupera la lista de tipos de servicio en el manifiesto de servicio.

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)

Devoluciones

La lista de tipos de servicio en el manifiesto de servicio.

Se aplica a