ReleaseManifest.GetDeltaOperations Method (ServiceLevel, ServiceLevel, ServicingOperationTarget)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetDeltaOperations ( _
fromServiceLevel As ServiceLevel, _
toServiceLevel As ServiceLevel, _
operationTarget As ServicingOperationTarget _
) As List(Of String)
public List<string> GetDeltaOperations(
ServiceLevel fromServiceLevel,
ServiceLevel toServiceLevel,
ServicingOperationTarget operationTarget
)
public:
List<String^>^ GetDeltaOperations(
ServiceLevel^ fromServiceLevel,
ServiceLevel^ toServiceLevel,
ServicingOperationTarget operationTarget
)
member GetDeltaOperations :
fromServiceLevel:ServiceLevel *
toServiceLevel:ServiceLevel *
operationTarget:ServicingOperationTarget -> List<string>
public function GetDeltaOperations(
fromServiceLevel : ServiceLevel,
toServiceLevel : ServiceLevel,
operationTarget : ServicingOperationTarget
) : List<String>
Parameters
- fromServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- operationTarget
Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperationTarget
Return Value
Type: System.Collections.Generic.List<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.