ClusterResult Constructor (String, Guid, ErrorRecordData, IList<NodeResult>, DateTime, TimeSpan)
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
public ClusterResult(
string name,
Guid runId,
ErrorRecordData errorRecordData,
IList<NodeResult> nodeResultsArg,
DateTime startTimestamp,
TimeSpan runDuration
)
public:
ClusterResult(
String^ name,
Guid runId,
ErrorRecordData^ errorRecordData,
IList<NodeResult^>^ nodeResultsArg,
DateTime startTimestamp,
TimeSpan runDuration
)
new :
name:string *
runId:Guid *
errorRecordData:ErrorRecordData *
nodeResultsArg:IList<NodeResult> *
startTimestamp:DateTime *
runDuration:TimeSpan -> ClusterResult
Public Sub New (
name As String,
runId As Guid,
errorRecordData As ErrorRecordData,
nodeResultsArg As IList(Of NodeResult),
startTimestamp As Date,
runDuration As TimeSpan
)
Parameters
- name
Type: System.String
- runId
Type: System.Guid
- errorRecordData
Type: Microsoft.ClusterAwareUpdating.ErrorRecordData
- nodeResultsArg
Type: System.Collections.Generic.IList<NodeResult>
- startTimestamp
Type: System.DateTime
- runDuration
Type: System.TimeSpan
See Also
ClusterResult Class
Microsoft.ClusterAwareUpdating Namespace
Return to top