SafeConvertClassSetAppDomainEnabled Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static void SetAppDomainEnabled(
bool isAppDomainEnable
)
Public Shared Sub SetAppDomainEnabled (
isAppDomainEnable As Boolean
)
public:
static void SetAppDomainEnabled(
bool isAppDomainEnable
)
static member SetAppDomainEnabled :
isAppDomainEnable : bool -> unit
Parameters
- isAppDomainEnable
- Type: SystemBoolean
See Also