Skip to content

DeactivationReason

struct

Namespace: Orleans

Represents a reason for initiating grain deactivation.
public readonly struct DeactivationReason : IEquatable<DeactivationReason>

Constructors

Properties

  • Description Gets the descriptive reason for the deactivation.
  • Exception Gets the exception which resulted in deactivation.
  • ReasonCode Gets the reason for deactivation.

Methods