IEventRedirector.ForwardEvent(BuildEventArgs) 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.
This method is called by the node loggers to forward the events to central logger
public:
void ForwardEvent(Microsoft::Build::Framework::BuildEventArgs ^ buildEvent);
public void ForwardEvent (Microsoft.Build.Framework.BuildEventArgs buildEvent);
abstract member ForwardEvent : Microsoft.Build.Framework.BuildEventArgs -> unit
Public Sub ForwardEvent (buildEvent As BuildEventArgs)
Parameters
- buildEvent
- BuildEventArgs
The BuildEventArgs to forward.
Remarks
For more information, see Write multi-processor-aware loggers.