Click or drag to resize
ControlStreamFileCommand Constructor
Overload List
  NameDescription
Public methodControlStreamFileCommand(String)
Creates a new ControlStreamFileCommand, streaming from the beginning. It uses the default digit "#" for forward and "*" for rewind and does not support pausing.
Public methodControlStreamFileCommand(String, String)
Creates a new ControlStreamFileCommand, streaming from the beginning. It uses the default digit "#" for forward and "*" for rewind and does not support pausing.
Public methodControlStreamFileCommand(String, String, Int32)
Creates a new ControlStreamFileCommand, streaming from the given offset. It uses the default digit "#" for forward and "*" for rewind and does not support pausing.
Public methodControlStreamFileCommand(String, String, Int32, String, String, String)
Creates a new ControlStreamFileCommand, streaming from the given offset. It uses the default digit "#" for forward and "*" for rewind and does not support pausing.
Top
See Also