ServiceControlManagerUtility.RemoveRecoveryActions Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub RemoveRecoveryActions ( _
serviceName As String _
)
public void RemoveRecoveryActions(
string serviceName
)
public:
void RemoveRecoveryActions(
String^ serviceName
)
member RemoveRecoveryActions :
serviceName:string -> unit
public function RemoveRecoveryActions(
serviceName : String
)
Parameters
- serviceName
Type: System.String
.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.