Freigeben über


ServiceTypeInformation.TryGet(Type, ServiceTypeInformation) Methode

Definition

Ruft die Factory-Methode ab, die ein ServiceTypeInformation-Objekt aus dem angegebenen Typ erstellt.

public static bool TryGet (Type serviceType, out Microsoft.ServiceFabric.Services.Remoting.Runtime.ServiceTypeInformation serviceTypeInformation);
static member TryGet : Type * ServiceTypeInformation -> bool
Public Shared Function TryGet (serviceType As Type, ByRef serviceTypeInformation As ServiceTypeInformation) As Boolean

Parameter

serviceType
Type

Zu untersuchende Typ

serviceTypeInformation
ServiceTypeInformation

Die erstellte ServiceTypeInformation

Gibt zurück

TRUE, wenn der angegebene ServiceType ein Dienst ist, andernfalls false

Gilt für: