다음을 통해 공유


GatewayTooBusyException 클래스

정의

게이트웨이 사일로가 현재 오버로드/부하 분산 상태이며 현재 전송 중인 이 메시지를 수락할 수 없음을 의미합니다.

[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 클래스의 새 인스턴스를 초기화합니다.

GatewayTooBusyException(SerializationInfo, StreamingContext)

게이트웨이 사일로가 현재 오버로드/부하 분산 상태이며 현재 전송 중인 이 메시지를 수락할 수 없음을 의미합니다.

GatewayTooBusyException(String)

GatewayTooBusyException 클래스의 새 인스턴스를 초기화합니다.

GatewayTooBusyException(String, Exception)

GatewayTooBusyException 클래스의 새 인스턴스를 초기화합니다.

적용 대상