Class StatelessServiceContext
The service context that the stateless service is operating under.
Namespace: Copper.Fabric
Assembly: Copper.Fabric.dll
Syntax
public sealed class StatelessServiceContext : ServiceContext
Constructors
View SourceStatelessServiceContext(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. |