Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As IServiceLevelAgreementManagement Dim id As Guid Dim returnValue As T returnValue = instance.GetServiceLevelObjective(id) |
Syntax
Visual Basic |
---|
Function GetServiceLevelObjective(Of T As ManagementPackSLO) ( _ id As Guid _ ) As T |
C# |
---|
T GetServiceLevelObjective<T> ( Guid id ) where T : ManagementPackSLO |
C++ |
---|
generic<typename T> where T : ManagementPackSLO T GetServiceLevelObjective ( Guid id ) |
J# |
---|
|
JScript |
---|
|
GenericParameters
- T
-
The type of object returned.
Of type ManagementPackSLO.
Parameters
- id
-
Type: Guid
The service level objective identifier.
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.