ServiceHostInformation.Runtime Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el tiempo de ejecución que ofrece el host de servicio.
public:
property Nullable<Microsoft::ServiceHub::Framework::ServiceHostRuntime> Runtime { Nullable<Microsoft::ServiceHub::Framework::ServiceHostRuntime> get(); void set(Nullable<Microsoft::ServiceHub::Framework::ServiceHostRuntime> value); };
public Microsoft.ServiceHub.Framework.ServiceHostRuntime? Runtime { get; set; }
public Microsoft.ServiceHub.Framework.ServiceHostRuntime? Runtime { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.Runtime : Nullable<Microsoft.ServiceHub.Framework.ServiceHostRuntime> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Runtime : Nullable<Microsoft.ServiceHub.Framework.ServiceHostRuntime> with get, set
Public Property Runtime As Nullable(Of ServiceHostRuntime)
Valor de propiedad
- Atributos