DeployedStatelessServiceInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a deployed stateless service instance.
public sealed class DeployedStatelessServiceInstance : System.Fabric.Query.DeployedServiceReplica
type DeployedStatelessServiceInstance = class
inherit DeployedServiceReplica
Public NotInheritable Class DeployedStatelessServiceInstance
Inherits DeployedServiceReplica
- Inheritance
Constructors
DeployedStatelessServiceInstance() |
Initializes an instance of the DeployedStatelessServiceInstance class. |
Properties
Address |
The last address returned by the replica in Open or ChangeRole. (Inherited from DeployedServiceReplica) |
CodePackageName |
The name of the code package that hosts this replica. (Inherited from DeployedServiceReplica) |
HostProcessId |
The host process id. (Inherited from DeployedServiceReplica) |
InstanceId |
Gets the instance ID. |
Partitionid |
The partition id for this replia. (Inherited from DeployedServiceReplica) |
ReplicaStatus |
The status of the replica. (Inherited from DeployedServiceReplica) |
ServiceKind |
The type of the replica (Stateful or Stateless). (Inherited from DeployedServiceReplica) |
ServiceManifestName |
The name of the service package that contains the code package hosting this replica. (Inherited from DeployedServiceReplica) |
ServiceManifestVersion |
Obsolete.
The version of the service manifest. (Inherited from DeployedServiceReplica) |
ServiceName |
The name of the service. (Inherited from DeployedServiceReplica) |
ServicePackageActivationId |
The ActivationId of service package. (Inherited from DeployedServiceReplica) |
ServiceTypeName |
The name of the service type. (Inherited from DeployedServiceReplica) |
Applies to
Azure SDK for .NET