CCTfsWrapper.GetChangeSetsForBuildCompletedEventArgs.GetChangeSetsForBuildCompletedEventArgs C# (CSharp) 메소드

GetChangeSetsForBuildCompletedEventArgs() 개인적인 메소드

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