JobInvocationInfo.Load(Stream) Method

Definition

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.

Applies to