Tracer.RunspaceStateChanged(String, String, String) Method
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.
RunspaceStateChanged (EventId: 0xb023/45091)
public:
void RunspaceStateChanged(System::String ^ runspaceId, System::String ^ newState, System::String ^ oldState);
public:
void RunspaceStateChanged(Platform::String ^ runspaceId, Platform::String ^ newState, Platform::String ^ oldState);
void RunspaceStateChanged(std::wstring const & runspaceId, std::wstring const & newState, std::wstring const & oldState);
public void RunspaceStateChanged (string runspaceId, string newState, string oldState);
[System.Management.Automation.Tracing.EtwEvent(45091)]
public void RunspaceStateChanged (string runspaceId, string newState, string oldState);
member this.RunspaceStateChanged : string * string * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45091)>]
member this.RunspaceStateChanged : string * string * string -> unit
Public Sub RunspaceStateChanged (runspaceId As String, newState As String, oldState As String)
Parameters
- runspaceId
- String
- newState
- String
- oldState
- String
- Attributes