Share via


TeamFoundationServicingService.GetDeltaOperations Method

Get the upgrade delta operations.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function GetDeltaOperations ( _
    operationProvider As IServicingOperationProvider, _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel, _
    operationPrefixes As String(), _
    finalConfiguration As Boolean _
) As String()
public static string[] GetDeltaOperations(
    IServicingOperationProvider operationProvider,
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    string[] operationPrefixes,
    bool finalConfiguration
)
public:
static array<String^>^ GetDeltaOperations(
    IServicingOperationProvider^ operationProvider, 
    ServiceLevel^ fromServiceLevel, 
    ServiceLevel^ toServiceLevel, 
    array<String^>^ operationPrefixes, 
    bool finalConfiguration
)
static member GetDeltaOperations : 
        operationProvider:IServicingOperationProvider * 
        fromServiceLevel:ServiceLevel * 
        toServiceLevel:ServiceLevel * 
        operationPrefixes:string[] * 
        finalConfiguration:bool -> string[] 
public static function GetDeltaOperations(
    operationProvider : IServicingOperationProvider, 
    fromServiceLevel : ServiceLevel, 
    toServiceLevel : ServiceLevel, 
    operationPrefixes : String[], 
    finalConfiguration : boolean
) : String[]

Parameters

  • operationPrefixes
    Type: array<System.String[]

    If true, only loads FinalConfiguration operations. If false, only loads non-final operations.

Return Value

Type: array<System.String[]
Returns String.

.NET Framework Security

See Also

Reference

TeamFoundationServicingService Class

Microsoft.TeamFoundation.Framework.Server Namespace