public static class ServiceContextUtilsHelpers for working with a ServiceContext Struct.
Namespace
Google.Cloud.Diagnostics.CommonAssembly
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 | |
|---|---|
| Type | Description | 
String | 
        |
ServiceContextVersionKey
public const string ServiceContextVersionKey = "version"The name of the version field in a ServiceContext Struct.
| Field Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
serviceName | 
        StringThe service name.  | 
      
version | 
        StringThe service version.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Struct | 
        A ServiceContext Struct.  |