Interface IDataFlowExecutableSource<TOutput>Shared methods for sources that can be executedInherited MembersIDataFlowSource<TOutput>.SourceBlockIDataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>)IDataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>, Predicate<TOutput>)IDataFlowSource<TOutput>.LinkTo(IDataFlowDestination<TOutput>, Predicate<TOutput>, Predicate<TOutput>)IDataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>)IDataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>, Predicate<TOutput>)IDataFlowSource<TOutput>.LinkTo<TConvert>(IDataFlowDestination<TOutput>, Predicate<TOutput>, Predicate<TOutput>)IDataFlowExecutableSource.Execute()IDataFlowExecutableSource.Execute(CancellationToken)IDataFlowExecutableSource.ExecuteAsync()IDataFlowExecutableSource.ExecuteAsync(CancellationToken)IDataFlowExecutableSource.StartAsync(CancellationToken?)IDataFlowExecutableSource.LimitIDataFlowComponent.CompletionIDataFlowComponent.OnCompletionIDataFlowComponent.ExceptionIDataFlowComponent.MaxBufferSizeIDataFlowComponent.PredecessorsIDataFlowComponent.ErrorSourceIDataFlowComponent.SuccessorsIDataFlowComponent.IsReadyForProcessingIDataFlowComponent.LinkErrorTo(IDataFlowDestination<ETLBoxError>)IDataFlowComponent.ProgressCountIDataFlowComponent.OnProgressIDataFlowComponent.LogThresholdIDataFlowComponent.ExecutionStartTimeIDataFlowComponent.ExecutionEndTimeIDataFlowComponent.TagILoggableTask.TaskNameILoggableTask.TaskTypeILoggableTask.TaskHashILoggableTask.DisableLoggingILoggableTask.ParentTaskILoggableTask.LogInstanceNamespace: ETLBoxAssembly: ETLBox.dllSyntax# public interface IDataFlowExecutableSource<TOutput> : IDataFlowSource<TOutput>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTaskType ParametersNameDescriptionTOutputType of outgoing dataPrevIDataFlowDestinationNextIDataFlowExecutableSource