Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PolicyInjectionBehavior"/> with a pipeline manager.
 /// </summary>
 /// <param name="pipelineManager">The <see cref="PipelineManager"/> for the new instance.</param>
 public PolicyInjectionBehavior(PipelineManager pipelineManager)
 {
     this.pipelineManager = pipelineManager;
 }