Expand Minimize
This topic has not yet been rated - Rate this topic

AddPlatformFlavorLogForBuildCompletedEventHandler Delegate

This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.TeamFoundation.Build.Proxy
Assembly: Microsoft.TeamFoundation.Build.Common (in microsoft.teamfoundation.build.common.dll)

public delegate void AddPlatformFlavorLogForBuildCompletedEventHandler (
	Object sender,
	AsyncCompletedEventArgs e
)
/** @delegate */
public delegate void AddPlatformFlavorLogForBuildCompletedEventHandler (
	Object sender, 
	AsyncCompletedEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

sender
e
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.