INodeLogger.Initialize(IEventSource, Int32) 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.
Initializes the current INodeLogger instance.
public:
void Initialize(Microsoft::Build::Framework::IEventSource ^ eventSource, int nodeCount);
public void Initialize (Microsoft.Build.Framework.IEventSource eventSource, int nodeCount);
abstract member Initialize : Microsoft.Build.Framework.IEventSource * int -> unit
Public Sub Initialize (eventSource As IEventSource, nodeCount As Integer)
Parameters
- eventSource
- IEventSource
- nodeCount
- Int32