示例#1
0
 public RunspaceServerSettingsInitModule(TaskContext context)
 {
     this.CurrentTaskContext = context;
 }
 public CollectCmdletLogEntriesModule(TaskContext context)
 {
     this.context = context;
 }
 // Token: 0x0600165C RID: 5724 RVA: 0x00054751 File Offset: 0x00052951
 public RbacModule(TaskContext context)
 {
     this.context = context;
 }
示例#4
0
 public RunspaceServerSettingsFinalizeModule(TaskContext context)
 {
     this.context = context;
 }
示例#5
0
 public ReportExceptionModule(TaskContext context)
 {
     this.context = context;
 }
 public ADResourceThrottlingModule(TaskContext context) : base(context)
 {
     Array.Resize <ResourceKey>(ref this.resourceKeys, this.resourceKeys.Length + 1);
     this.resourceKeys[this.resourceKeys.Length - 1] = ADResourceKey.Key;
 }
示例#7
0
 // Token: 0x06001688 RID: 5768 RVA: 0x000554FC File Offset: 0x000536FC
 public TaskFaultInjectionModule(TaskContext context)
 {
     this.CurrentTaskContext = context;
 }
示例#8
0
 public ProxyModule(TaskContext context)
 {
     this.context = context;
 }
 // Token: 0x0600159E RID: 5534 RVA: 0x000506E8 File Offset: 0x0004E8E8
 public AutoReportProgressModule(TaskContext context)
 {
     this.context = context;
 }
示例#10
0
 public CmdletIterationEventModule(TaskContext context)
 {
     this.context = context;
 }
示例#11
0
 // Token: 0x06001677 RID: 5751 RVA: 0x000551A4 File Offset: 0x000533A4
 public SetErrorExecutionContextModule(TaskContext context)
 {
     this.context = context;
 }
示例#12
0
 public LatencyTrackingModule(TaskContext context)
 {
     this.context = context;
     CmdletLatencyTracker.StartInternalTracking(context.UniqueId, "ParameterBinding");
 }
 public PswsPropertyConverterModule(TaskContext context)
 {
     this.context = context;
 }
示例#14
0
 public GetWithIdentityTaskPiiRedactionModule(TaskContext context) : base(context)
 {
 }
示例#15
0
 public ThrottlingModule(TaskContext context, bool disableCostHandle)
 {
     this.context = context;
     this.casCostHandleDisabled = disableCostHandle;
 }
 public GetTaskPiiRedactionModule(TaskContext context) : base(context)
 {
 }
示例#17
0
 public ThrottlingModule(TaskContext context) : this(context, false)
 {
 }
示例#18
0
 public SetupLoggingModule(TaskContext context)
 {
     this.context = context;
 }