Freigeben über


Admin.EnableCaching-Methode

Für die interne Verwendung reserviert. Aktiviert oder deaktiviert die Zwischenspeicherung in der mittleren Ebene.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/EnableCaching", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub EnableCaching ( _
    cacheType As CacheType, _
    enable As Boolean _
)
'Usage
Dim instance As Admin
Dim cacheType As CacheType
Dim enable As Boolean

instance.EnableCaching(cacheType, enable)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/EnableCaching", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void EnableCaching(
    CacheType cacheType,
    bool enable
)

Parameter

  • cacheType
    Typ: WebSvcAdmin.CacheType

    Der Wert nur in Project Server ist die Database -Konstante (Wert = 0).

  • enable
    Typ: System.Boolean

    True , damit das Zwischenspeichern; false Zwischenspeicherung deaktivieren.

Siehe auch

Referenz

Admin Klasse

Admin-Member

WebSvcAdmin-Namespace