Compartir a través de


ResolvedServicePartition.Info Propiedad

Definición

Obtiene información sobre la partición del servicio que se resolvió.

public System.Fabric.ServicePartitionInformation Info { get; }
member this.Info : System.Fabric.ServicePartitionInformation
Public ReadOnly Property Info As ServicePartitionInformation

Valor de propiedad

Información sobre la partición del servicio que se resolvió.

Comentarios

La partición de servicio puede ser de diferente ServicePartitionKind. Puede convertir la información de partición de servicio al tipo derivado correcto para obtener información detallada sobre la partición.

Se aplica a