RemotingProgressRecord(ProgressRecord, OriginInfo) Constructor

Definition

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.

Applies to