Show / Hide Table of Contents

    Class ServiceContext

    The service context that the service is operating under.

    Inheritance
    System.Object
    ServiceContext
    StatelessServiceContext
    StatelessServiceContext
    StatelessServiceContext
    Namespace: Copper.Fabric
    Assembly: Copper.Fabric.dll
    Syntax
    [DataContract]
    public class ServiceContext

    Constructors

    View Source

    ServiceContext()

    Initializes a new instance of the ServiceContext class.

    Declaration
    public ServiceContext()

    Properties

    View Source

    CodePackageActivationContext

    Gets the code package activation context, which contains information from the service manifest and the currently activated code package.

    Declaration
    [DataMember]
    public CodePackageActivationContext CodePackageActivationContext { get; }
    Property Value
    Type Description
    CodePackageActivationContext

    The code package activation context.

    View Source

    ServiceName

    Gets the service name.

    Declaration
    [DataMember]
    public Uri ServiceName { get; }
    Property Value
    Type Description
    System.Uri

    The service name.

    View Source

    ServiceTypeName

    Gets the service type name.

    Declaration
    [DataMember]
    public string ServiceTypeName { get; }
    Property Value
    Type Description
    System.String

    The service type name.

    • View Source
    Back to top Generated by DocFX