Szerkesztés

Megosztás a következőn keresztül:


ResponseCode Enum

Definition

public enum ResponseCode
[Orleans.GenerateSerializer]
public enum ResponseCode
type ResponseCode = 
[<Orleans.GenerateSerializer>]
type ResponseCode = 
Public Enum ResponseCode
Inheritance
ResponseCode
Attributes

Fields

InvalidToken 2

The token in the AcquiredLease is invalid, which means the lease expired

LeaseNotAvailable 1

Lease is owned by other entity

OK 0

Operation succeed

TransientFailure 3

TransientFailure, which should be retriable.

Applies to