RemotingInformationRecord(InformationRecord, 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:
RemotingInformationRecord(System::Management::Automation::InformationRecord ^ record, System::Management::Automation::Remoting::OriginInfo ^ originInfo);
public RemotingInformationRecord (System.Management.Automation.InformationRecord record, System.Management.Automation.Remoting.OriginInfo originInfo);
new System.Management.Automation.Runspaces.RemotingInformationRecord : System.Management.Automation.InformationRecord * System.Management.Automation.Remoting.OriginInfo -> System.Management.Automation.Runspaces.RemotingInformationRecord
Public Sub New (record As InformationRecord, originInfo As OriginInfo)
Parameters
- record
- InformationRecord
The Information message that is wrapped.
- originInfo
- OriginInfo
The origin information.