Share via


ServiceOperationName Enum

Definition

Specifies the current active life-cycle operation on a stateful service replica or stateless service instance retrieved by calling GetDeployedReplicaListAsync(String, Uri).

public enum ServiceOperationName
type ServiceOperationName = 
Public Enum ServiceOperationName
Inheritance
ServiceOperationName

Fields

Abort 16

The service replica or instance is being aborted.

ChangeRole 4

The service replica is changing roles.

Close 8

The service replica or instance is being closed.

Invalid 0

Reserved for future use.

None 1

The service replica or instance is not going through any life-cycle changes.

Open 2

The service replica or instance is being opened.

Applies to