Ejemplo n.º 1
0
 /// <summary>
 /// Set interceptors on the LocalOrchestrator
 /// </summary>
 public void SetInterceptors(Interceptors interceptors) => this.LocalOrchestrator.On(interceptors);
Ejemplo n.º 2
0
 /// <summary>
 /// Set a collection of interceptors
 /// </summary>
 internal void On(Interceptors interceptors) => this.interceptors = interceptors;
Ejemplo n.º 3
0
 /// <summary>
 /// Set a collection of interceptors
 /// </summary>
 public void On(Interceptors interceptors) => this.interceptors = interceptors;