Partager via


ISecurityManagement.SetApprovedHealthServicesForDistribution Generic Method

Approves or denies credentials for distribution to health services.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ISecurityManagement
Dim securedData As ISecuredData
Dim newState As IApprovedHealthServicesForDistribution(Of T)

instance.SetApprovedHealthServicesForDistribution(securedData, newState)

Syntax

'Declaration
Sub SetApprovedHealthServicesForDistribution(Of T As EnterpriseManagementObject) ( _
    securedData As ISecuredData, _
    newState As IApprovedHealthServicesForDistribution(Of T) _
)
void SetApprovedHealthServicesForDistribution<T> (
    ISecuredData securedData,
    IApprovedHealthServicesForDistribution<T> newState
) where T : EnterpriseManagementObject
generic<typename T> where T : EnterpriseManagementObject
void SetApprovedHealthServicesForDistribution (
    ISecuredData^ securedData, 
    IApprovedHealthServicesForDistribution<T>^ newState
)

GenericParameters

Parameters

  • newState
    Type: IApprovedHealthServicesForDistribution{

    A list of health services with the corresponding states.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ISecurityManagement Interface
ISecurityManagement Members
Microsoft.EnterpriseManagement Namespace