PSEventManager.ReceivedEvents Property
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.
Represents the interface to the PowerShell event queue.
public:
property System::Management::Automation::PSEventArgsCollection ^ ReceivedEvents { System::Management::Automation::PSEventArgsCollection ^ get(); };
public System.Management.Automation.PSEventArgsCollection ReceivedEvents { get; }
member this.ReceivedEvents : System.Management.Automation.PSEventArgsCollection
Public ReadOnly Property ReceivedEvents As PSEventArgsCollection