BuildMachineRequestInProgressException Constructor (String, String, Int64)
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub New ( _
poolName As String, _
roleInstanceName As String, _
requestId As Long _
)
public BuildMachineRequestInProgressException(
string poolName,
string roleInstanceName,
long requestId
)
public:
BuildMachineRequestInProgressException(
String^ poolName,
String^ roleInstanceName,
long long requestId
)
new :
poolName:string *
roleInstanceName:string *
requestId:int64 -> BuildMachineRequestInProgressException
public function BuildMachineRequestInProgressException(
poolName : String,
roleInstanceName : String,
requestId : long
)
Parameters
- poolName
Type: System.String
- roleInstanceName
Type: System.String
- requestId
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BuildMachineRequestInProgressException Class