Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the build controller status.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub SetBuildControllerStatus ( _
status As ControllerStatus, _
message As String _
)
void SetBuildControllerStatus(
ControllerStatus status,
string message
)
void SetBuildControllerStatus(
ControllerStatus status,
String^ message
)
abstract SetBuildControllerStatus :
status:ControllerStatus *
message:string -> unit
function SetBuildControllerStatus(
status : ControllerStatus,
message : String
)
Parameters
- status
Type: Microsoft.TeamFoundation.Build.Client.ControllerStatus
The status to apply to the build controller.
- message
Type: System.String
The display message about the build controller status.
.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.