RemotingProgressRecord(ProgressRecord, OriginInfo) Constructor
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.
Constructor.
public:
RemotingProgressRecord(System::Management::Automation::ProgressRecord ^ progressRecord, System::Management::Automation::Remoting::OriginInfo ^ originInfo);
public RemotingProgressRecord (System.Management.Automation.ProgressRecord progressRecord, System.Management.Automation.Remoting.OriginInfo originInfo);
new System.Management.Automation.Runspaces.RemotingProgressRecord : System.Management.Automation.ProgressRecord * System.Management.Automation.Remoting.OriginInfo -> System.Management.Automation.Runspaces.RemotingProgressRecord
Public Sub New (progressRecord As ProgressRecord, originInfo As OriginInfo)
Parameters
- progressRecord
- ProgressRecord
The progress record that is wrapped.
- originInfo
- OriginInfo
Origin information.