ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
IsServerContextPooled Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ServerContextInfo Class : IsServerContextPooled Property




Whether the server context is pooled (shared by multiple users). If false, server context is used only by the current session user.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsServerContextPooled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ServerContextInfo
Dim value As Boolean
 
value = instance.IsServerContextPooled
C# 
public bool IsServerContextPooled {get;}

See Also

© 2010 All Rights Reserved.