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 Stateless
Declaration
public StatelessServiceContext(string applicationName, string applicationTypeName, string serviceName, string serviceTypeName)
Parameters
Type | Name | Description |
---|---|---|
System. |
applicationName | The application name. |
System. |
applicationTypeName | The application type name. |
System. |
serviceName | The service name. |
System. |
serviceTypeName | The service type name. |