Class ServiceContextUtils (5.0.0)

public static class ServiceContextUtils

Helpers for working with a ServiceContext Struct.

Inheritance

Object > ServiceContextUtils

Namespace

Google.Cloud.Diagnostics.Common

Assembly

Google.Cloud.Diagnostics.Common.dll

Fields

ServiceContextServiceKey

public const string ServiceContextServiceKey = "service"

The name of the service name field in a ServiceContext Struct.

Field Value
TypeDescription
String

ServiceContextVersionKey

public const string ServiceContextVersionKey = "version"

The name of the version field in a ServiceContext Struct.

Field Value
TypeDescription
String

Methods

CreateServiceContext(String, String)

public static Struct CreateServiceContext(string serviceName, string version)

Creates a ServiceContext Struct from a given service name and version.

Parameters
NameDescription
serviceNameString

The service name.

versionString

The service version.

Returns
TypeDescription
Struct

A ServiceContext Struct.

Remarks