C# 클래스 Akka.Interfaced.ResponsiveExceptionAttribute

상속: System.Attribute, IFilterPerClassFactory
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
IFilterPerClassFactory ( Type actorType ) : void
ResponsiveExceptionAttribute ( ) : System
ResponsiveExceptionAttribute ( int filterOrder ) : System
ResponsiveExceptionAttribute ( int filterOrder = FilterDefaultOrder, bool>.Func filter = null ) : System

비공개 메소드들

메소드 설명
IFilterPerClassFactory ( ) : IFilter

메소드 상세

IFilterPerClassFactory() 공개 메소드

public IFilterPerClassFactory ( Type actorType ) : void
actorType System.Type
리턴 void

ResponsiveExceptionAttribute() 공개 메소드

public ResponsiveExceptionAttribute ( ) : System
리턴 System

ResponsiveExceptionAttribute() 공개 메소드

public ResponsiveExceptionAttribute ( int filterOrder ) : System
filterOrder int
리턴 System

ResponsiveExceptionAttribute() 공개 메소드

public ResponsiveExceptionAttribute ( int filterOrder = FilterDefaultOrder, bool>.Func filter = null ) : System
filterOrder int
filter bool>.Func
리턴 System