CCTfsWrapper.GetChangeSetsForBuildCompletedEventArgs.GetChangeSetsForBuildCompletedEventArgs C# (CSharp) Method

GetChangeSetsForBuildCompletedEventArgs() private method

private GetChangeSetsForBuildCompletedEventArgs ( object results, Exception exception, bool cancelled, object userState ) : System
results object
exception System.Exception
cancelled bool
userState object
return System
		internal GetChangeSetsForBuildCompletedEventArgs(object[] results, Exception exception, bool cancelled,
		                                                 object userState) : base(exception, cancelled, userState)
		{
			this.results = results;
		}
GetChangeSetsForBuildCompletedEventArgs