Class StartRobocopy
- Namespace
- AllenNeuralDynamics.Core
- Assembly
- AllenNeuralDynamics.Core.dll
public class StartRobocopy : Source<Unit>
- Inheritance
-
StartRobocopy
- Inherited Members
Properties
Arguments
public string Arguments { get; set; }
Property Value
CreateLog
public bool CreateLog { get; set; }
Property Value
Destination
public string Destination { get; set; }
Property Value
ProcessWindowStyle
public ProcessWindowStyle ProcessWindowStyle { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
Methods
Generate()
Generates an observable sequence of data elements.
public override IObservable<Unit> Generate()
Returns
- IObservable<Unit>
An observable sequence of data elements of type Unit.