C# Class Akka.Interfaced.ResponsiveExceptionAttribute

Inheritance: System.Attribute, IFilterPerClassFactory
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
IFilterPerClassFactory ( Type actorType ) : void
ResponsiveExceptionAttribute ( ) : System
ResponsiveExceptionAttribute ( int filterOrder ) : System
ResponsiveExceptionAttribute ( int filterOrder = FilterDefaultOrder, bool>.Func filter = null ) : System

Private Methods

Méthode Description
IFilterPerClassFactory ( ) : IFilter

Method Details

IFilterPerClassFactory() public méthode

public IFilterPerClassFactory ( Type actorType ) : void
actorType System.Type
Résultat void

ResponsiveExceptionAttribute() public méthode

public ResponsiveExceptionAttribute ( ) : System
Résultat System

ResponsiveExceptionAttribute() public méthode

public ResponsiveExceptionAttribute ( int filterOrder ) : System
filterOrder int
Résultat System

ResponsiveExceptionAttribute() public méthode

public ResponsiveExceptionAttribute ( int filterOrder = FilterDefaultOrder, bool>.Func filter = null ) : System
filterOrder int
filter bool>.Func
Résultat System