Admin::EnableCaching method

Office 2013 and later

Reserved for internal use. Activates or deactivates caching in the middle tier.

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

No code example is currently available or this language may not be supported.

Parameters

cacheType
Type: WebSvcAdmin.CacheType

The only value available in Project Server is the Database constant (value = 0).

enable
Type: System.Boolean

True to enable caching; false to disable caching.

Show: