Share via


TeamFoundationServicingService.GetDeltaOperationsByLevel 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 GetDeltaOperationsByLevel ( _
    operationProvider As IServicingOperationProvider, _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel, _
    operationPrefixes As String(), _
    finalConfiguration As Boolean _
) As Dictionary(Of ServiceLevel, List(Of ServicingOperation))
public static Dictionary<ServiceLevel, List<ServicingOperation>> GetDeltaOperationsByLevel(
    IServicingOperationProvider operationProvider,
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    string[] operationPrefixes,
    bool finalConfiguration
)
public:
static Dictionary<ServiceLevel^, List<ServicingOperation^>^>^ GetDeltaOperationsByLevel(
    IServicingOperationProvider^ operationProvider, 
    ServiceLevel^ fromServiceLevel, 
    ServiceLevel^ toServiceLevel, 
    array<String^>^ operationPrefixes, 
    bool finalConfiguration
)
static member GetDeltaOperationsByLevel : 
        operationProvider:IServicingOperationProvider * 
        fromServiceLevel:ServiceLevel * 
        toServiceLevel:ServiceLevel * 
        operationPrefixes:string[] * 
        finalConfiguration:bool -> Dictionary<ServiceLevel, List<ServicingOperation>> 
public static function GetDeltaOperationsByLevel(
    operationProvider : IServicingOperationProvider, 
    fromServiceLevel : ServiceLevel, 
    toServiceLevel : ServiceLevel, 
    operationPrefixes : String[], 
    finalConfiguration : boolean
) : Dictionary<ServiceLevel, List<ServicingOperation>>

Parameters

  • operationPrefixes
    Type: array<System.String[]

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

Return Value

Type: System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Returns Dictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

TeamFoundationServicingService Class

Microsoft.TeamFoundation.Framework.Server Namespace