GatewayTooBusyException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
게이트웨이 사일로가 현재 오버로드/부하 분산 상태이며 현재 전송 중인 이 메시지를 수락할 수 없음을 의미합니다.
[System.Serializable]
public class GatewayTooBusyException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class GatewayTooBusyException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type GatewayTooBusyException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type GatewayTooBusyException = class
inherit OrleansException
Public Class GatewayTooBusyException
Inherits OrleansException
Public NotInheritable Class GatewayTooBusyException
Inherits OrleansException
- 상속
- 특성
설명
이 상황은 일반적으로 일시적인 상태입니다. 나중에 다시 전송되는 경우 이 또는 다른 게이트웨이에서 메시지를 수락할 수 있습니다.
생성자
GatewayTooBusyException() |
GatewayTooBusyException 클래스의 새 인스턴스를 초기화합니다. |
GatewayTooBusyException(SerializationInfo, StreamingContext) |
게이트웨이 사일로가 현재 오버로드/부하 분산 상태이며 현재 전송 중인 이 메시지를 수락할 수 없음을 의미합니다. |
GatewayTooBusyException(String, Exception) |
GatewayTooBusyException 클래스의 새 인스턴스를 초기화합니다. |
GatewayTooBusyException(String) |
GatewayTooBusyException 클래스의 새 인스턴스를 초기화합니다. |