Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As IServiceLevelAgreementManagement Dim criteria As ManagementPackServiceLevelObjectiveCriteria(Of T) Dim returnValue As IList(Of T) returnValue = instance.GetServiceLevelObjectives(criteria) |
Syntax
Visual Basic |
---|
Function GetServiceLevelObjectives(Of T As ManagementPackSLO) ( _ criteria As ManagementPackServiceLevelObjectiveCriteria(Of T) _ ) As IList(Of T) |
C# |
---|
IList<T> GetServiceLevelObjectives<T> ( ManagementPackServiceLevelObjectiveCriteria<T> criteria ) where T : ManagementPackSLO |
C++ |
---|
generic<typename T> where T : ManagementPackSLO IList<T>^ GetServiceLevelObjectives ( ManagementPackServiceLevelObjectiveCriteria<T>^ criteria ) |
J# |
---|
|
JScript |
---|
|
GenericParameters
- T
-
The type of object returned.
Of type ManagementPackSLO.
Parameters
- criteria
-
Type: ManagementPackServiceLevelObjectiveCriteria{
The search criteria.
Return Value
Type: IList The list of service level objects.Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.