Show / Hide Table of Contents

    Class StatelessServiceContext

    The service context that the stateless service is operating under.

    Inheritance
    System.Object
    ServiceContext
    StatelessServiceContext
    Namespace: Copper.Fabric
    Assembly: Copper.Fabric.dll
    Syntax
    public sealed class StatelessServiceContext : ServiceContext

    Constructors

    View Source

    StatelessServiceContext(String, String, String, String)

    Initializes a new instance of the StatelessServiceContext class.

    Declaration
    public StatelessServiceContext(string applicationName, string applicationTypeName, string serviceName, string serviceTypeName)
    Parameters
    Type Name Description
    System.String applicationName

    The application name.

    System.String applicationTypeName

    The application type name.

    System.String serviceName

    The service name.

    System.String serviceTypeName

    The service type name.

    • View Source
    Back to top Generated by DocFX