Compartir a través de


ServiceHostInformation.Runtime Propiedad

Definición

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

Se aplica a