DeactivationReason
struct
Namespace: Orleans
Represents a reason for initiating grain deactivation.
public readonly struct DeactivationReasonConstructors
DeactivationReason(DeactivationReasonCode, Exception?, string)Initializes a new instance of theDeactivationReasonstruct.DeactivationReason(DeactivationReasonCode, string)Initializes a new instance of theDeactivationReasonstruct.
Properties
DescriptionGets the descriptive reason for the deactivation.ExceptionGets the exception which resulted in deactivation.ReasonCodeGets the reason for deactivation.
Methods
ToStringReturns the fully qualified type name of this instance.
