Edit

AgentRefreshMessage(Int32, String, Nullable<TimeSpan>) Constructor

Definition

public AgentRefreshMessage(int agentId, string targetVersion, Nullable<TimeSpan> timeout = null);
new Microsoft.TeamFoundation.DistributedTask.WebApi.AgentRefreshMessage : int * string * Nullable<TimeSpan> -> Microsoft.TeamFoundation.DistributedTask.WebApi.AgentRefreshMessage
Public Sub New (agentId As Integer, targetVersion As String, Optional timeout As Nullable(Of TimeSpan) = null)

Parameters

agentId
Int32
targetVersion
String
timeout
Nullable<TimeSpan>

Applies to