Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets servicing operation by name.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServicingOperation ( _
servicingOperation As String _
) As ServicingOperation
public ServicingOperation GetServicingOperation(
string servicingOperation
)
public:
virtual ServicingOperation^ GetServicingOperation(
String^ servicingOperation
) sealed
abstract GetServicingOperation :
servicingOperation:string -> ServicingOperation
override GetServicingOperation :
servicingOperation:string -> ServicingOperation
public final function GetServicingOperation(
servicingOperation : String
) : ServicingOperation
Parameters
servicingOperation
Type: System.StringName of the servicing operation.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperation
An instance of the ServicingOperation class or null if the specified servicing operation not found.
Implements
IServicingOperationProvider.GetServicingOperation(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.