JobInvocationInfo.Load(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.
Load this specification from a file.
public:
virtual void Load(System::IO::Stream ^ stream);
public virtual void Load (System.IO.Stream stream);
abstract member Load : System.IO.Stream -> unit
override this.Load : System.IO.Stream -> unit
Public Overridable Sub Load (stream As Stream)
Parameters
- stream
- Stream
Stream to load from.