C# Class Xigadee.CorePipelineExtensions

Afficher le fichier Open project: xigadee/Microservice

Méthodes publiques

Méthode Description
AdjustPolicyTaskManager ( pipeline, Action msAssign = null ) : P

This extension method changes the default Microservice task manager policy.

AdjustPolicyTaskManagerForAsyncIO ( pipeline, int maxPriorityLevel = 3 ) : P

This extension method changes the default Microservice task manager policy to support async IO.

AdjustPolicyTaskManagerForDebug ( pipeline, int maxPriorityLevel = 3 ) : P

This extension method changes the default Microservice task manager policy to support async IO.

Method Details

AdjustPolicyTaskManager() public static méthode

This extension method changes the default Microservice task manager policy.
public static AdjustPolicyTaskManager ( pipeline, Action msAssign = null ) : P
pipeline The pipeline.
msAssign Action The assignment function.
Résultat P

AdjustPolicyTaskManagerForAsyncIO() public static méthode

This extension method changes the default Microservice task manager policy to support async IO.
public static AdjustPolicyTaskManagerForAsyncIO ( pipeline, int maxPriorityLevel = 3 ) : P
pipeline The pipeline.
maxPriorityLevel int The maximum priority level. The default is 3.
Résultat P

AdjustPolicyTaskManagerForDebug() public static méthode

This extension method changes the default Microservice task manager policy to support async IO.
public static AdjustPolicyTaskManagerForDebug ( pipeline, int maxPriorityLevel = 3 ) : P
pipeline The pipeline.
maxPriorityLevel int The maximum priority level. The default is 3.
Résultat P