JobInvocationInfo.Save(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save this specification to a file.
public:
virtual void Save(System::IO::Stream ^ stream);
public virtual void Save (System.IO.Stream stream);
abstract member Save : System.IO.Stream -> unit
override this.Save : System.IO.Stream -> unit
Public Overridable Sub Save (stream As Stream)
Parameters
- stream
- Stream
Stream to save to.