HashHelper.HashServiceType Method

Definition

Overloads

HashServiceType(String)
HashServiceType(Type)

HashServiceType(String)

public:
 static Guid HashServiceType(System::String ^ serviceFullTypeName);
public static Guid HashServiceType (string serviceFullTypeName);
static member HashServiceType : string -> Guid
Public Shared Function HashServiceType (serviceFullTypeName As String) As Guid

Parameters

serviceFullTypeName
String

Returns

Guid

Applies to

HashServiceType(Type)

public:
 static Guid HashServiceType(Type ^ serviceType);
public static Guid HashServiceType (Type serviceType);
static member HashServiceType : Type -> Guid
Public Shared Function HashServiceType (serviceType As Type) As Guid

Parameters

serviceType
Type

Returns

Guid

Applies to